@ -38,6 +38,11 @@ define Package/gnupg
MENU:= 1
e n d e f
d e f i n e P a c k a g e / g p g v
$( call Package/gnupg/Default)
TITLE:= GnuPG signature verification only
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 +libcurl
@ -54,6 +59,13 @@ 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 p g v / d e s c r i p t i o n
GPGv is a stripped down version of GnuPG that only checks signatures.
.
GnuPG does not use any patented algorithms so it cannot be compatible
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.
@ -79,6 +91,11 @@ 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 p g v / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/gpgv $( 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 \
@ -88,4 +105,5 @@ define Package/gnupg-utils/install
e n d e f
$( eval $ ( call BuildPackage ,gnupg ) )
$( eval $ ( call BuildPackage ,gpgv ) )
$( eval $ ( call BuildPackage ,gnupg -utils ) )