• 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/gnupg/gnupg.mk
Peter KorsgaardPeter Korsgaard committed a6a2962d99802 Jul 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# gnupg
4
#
5
################################################################################
6
​
7
GNUPG_VERSION = 1.4.19
8
GNUPG_SOURCE = gnupg-$(GNUPG_VERSION).tar.bz2
9
GNUPG_SITE = ftp://ftp.gnupg.org/gcrypt/gnupg
10
GNUPG_LICENSE = GPLv3+
11
GNUPG_LICENSE_FILES = COPYING
12
GNUPG_DEPENDENCIES = zlib ncurses $(if $(BR2_PACKAGE_LIBICONV),libiconv)
13
GNUPG_CONF_ENV = ac_cv_sys_symbol_underscore=no
14
GNUPG_CONF_OPTS = --disable-rpath --enable-minimal --disable-regex
15
​
16
ifeq ($(BR2_PACKAGE_BZIP2),y)
17
GNUPG_CONF_OPTS += --enable-bzip2
18
GNUPG_DEPENDENCIES += bzip2
19
endif
20
​
21
ifeq ($(BR2_PACKAGE_LIBCURL),y)
22
GNUPG_CONF_ENV += ac_cv_path__libcurl_config=$(STAGING_DIR)/usr/bin/curl-config
23
GNUPG_DEPENDENCIES += libcurl
24
else
25
GNUPG_CONF_OPTS += --without-libcurl
26
endif
27
​
28
ifeq ($(BR2_PACKAGE_READLINE),y)
29
GNUPG_DEPENDENCIES += readline
30
else
31
GNUPG_CONF_OPTS += --without-readline
32
endif
33
​
34
ifeq ($(BR2_PACKAGE_GNUPG_AES),y)
35
GNUPG_CONF_OPTS += --enable-aes
36
else
37
GNUPG_CONF_OPTS += --disable-aes
38
endif
39
​
40
ifeq ($(BR2_PACKAGE_GNUPG_RSA),y)
41
GNUPG_CONF_OPTS += --enable-rsa
42
else
43
GNUPG_CONF_OPTS += --disable-rsa
44
endif
45
​
46
ifneq ($(BR2_PACKAGE_GNUPG_GPGV),y)
47
define GNUPG_REMOVE_GPGV
48
    rm -f $(TARGET_DIR)/usr/bin/gpgv
49
endef
50
GNUPG_POST_INSTALL_TARGET_HOOKS += GNUPG_REMOVE_GPGV
51
endif
52
​
53
ifneq ($(BR2_PACKAGE_GNUPG_GPGSPLIT),y)
54
define GNUPG_REMOVE_GPGSPLIT
55
    rm -f $(TARGET_DIR)/usr/bin/gpgsplit
56
endef
57
GNUPG_POST_INSTALL_TARGET_HOOKS += GNUPG_REMOVE_GPGSPLIT
58
endif
59
​
60
$(eval $(autotools-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.