@ -8,13 +8,13 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := gnupg
PKG_VERSION := 1.4.19
PKG_VERSION := 1.4.20
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE_URL := ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg \
ftp://ftp.gnupg.org/gcrypt/gnupg
PKG_MD5SUM := 3af4ab5b3113b3e28d3551ecf9600785
PKG_MD5SUM := b7af897a041c03c8ad1c7c466b54d10d
PKG_LICENSE := GPL-3.0
PKG_LICENSE_FILES := COPYING
@ -24,7 +24,7 @@ PKG_INSTALL:=1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / g n u p g
d e f i n e P a c k a g e / g n u p g / D e f a u l t
SECTION:= utils
CATEGORY:= Utilities
DEPENDS:= +zlib +libncurses +libreadline
@ -32,6 +32,17 @@ define Package/gnupg
URL:= http://www.gnupg.org/
e n d e f
d e f i n e P a c k a g e / g n u p g
$( call Package/gnupg/Default)
MENU:= 1
e n d e f
d e f i n e P a c k a g e / g n u p g - u t i l s
$( call Package/gnupg/Default)
DEPENDS:= gnupg
TITLE:= Key management utilities for GnuPG
e n d e f
d e f i n e P a c k a g e / g n u p g / d e s c r i p t i o n
GnuPG is GNU' s tool for secure communication and data storage.
It can be used to encrypt data and to create digital signatures.
@ -42,6 +53,11 @@ define Package/gnupg/description
with PGP2 because it uses IDEA ( which is patented worldwide) .
e n d e f
d e f i n e P a c k a g e / g n u p g - u t i l s / d e s c r i p t i o n
Key management utilies for GnuPG.
This package is needed to import keys from a keyserver.
e n d e f
CONFIGURE_ARGS += \
--disable-rpath \
--disable-asm \
@ -49,9 +65,7 @@ CONFIGURE_ARGS += \
--disable-card-support \
--disable-agent-support \
--disable-bzip2 \
--disable-exec \
--disable-ldap \
--disable-hkp \
--disable-finger \
--disable-ftp \
--disable-dns-srv \
@ -66,4 +80,13 @@ define Package/gnupg/install
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/gpg $( 1) /usr/bin/
e n d e f
d e f i n e P a c k a g e / g n u p g - u t i l s / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib/gnupg
for file in gpgkeys_curl gpgkeys_hkp; do \
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/lib/gnupg/$$ $$ file \
$( 1) /usr/lib/gnupg/; \
done
e n d e f
$( eval $ ( call BuildPackage ,gnupg ) )
$( eval $ ( call BuildPackage ,gnupg -utils ) )