• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libtomcrypt/libtomcrypt.mk
Gustavo ZacariasGustavo Zacarias committed ae8f0a375fc17 Oct 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libtomcrypt
4
#
5
################################################################################
6
​
7
LIBTOMCRYPT_VERSION = 1.17
8
LIBTOMCRYPT_SITE = https://github.com/libtom/libtomcrypt/releases/download/$(LIBTOMCRYPT_VERSION)
9
LIBTOMCRYPT_SOURCE = crypt-$(LIBTOMCRYPT_VERSION).tar.bz2
10
LIBTOMCRYPT_LICENSE = WTFPL
11
LIBTOMCRYPT_LICENSE_FILES = LICENSE
12
LIBTOMCRYPT_INSTALL_STAGING = YES
13
LIBTOMCRYPT_INSTALL_TARGET = NO # only static library
14
LIBTOMCRYPT_DEPENDENCIES = libtommath
15
​
16
LIBTOMCRYPT_CFLAGS = -I./src/headers $(TARGET_CFLAGS) -DLTC_SOURCE -DLTM_DESC \
17
    $(if $(BR2_USE_WCHAR),,-DLTC_NO_WCHAR)
18
​
19
define LIBTOMCRYPT_BUILD_CMDS
20
    $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) CFLAGS="$(LIBTOMCRYPT_CFLAGS)"
21
endef
22
​
23
define LIBTOMCRYPT_INSTALL_STAGING_CMDS
24
    $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR="$(STAGING_DIR)" NODOCS=1 INSTALL_USER=$(shell id -u) INSTALL_GROUP=$(shell id -g) install
25
endef
26
​
27
$(eval $(generic-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.