# HG changeset patch # User Pascal Bellard # Date 1376428852 0 # Node ID da4ba60173727c576b51528b246f71ef579ace7b # Parent ea9c0883605a264feb4fd2b77af86c2328340b0f pinentry: add bdeps... diff -r ea9c0883605a -r da4ba6017372 pinentry/receipt --- a/pinentry/receipt Tue Aug 13 21:17:32 2013 +0000 +++ b/pinentry/receipt Tue Aug 13 21:20:52 2013 +0000 @@ -4,11 +4,15 @@ VERSION="0.8.1" CATEGORY="security" SHORT_DESC="pinentry is a small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner." -DEPENDS="ncursesw libcap" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnupg.org/" WGET_URL="ftp://ftp.gnupg.org/gcrypt/pinentry/$TARBALL" +DEPENDS="ncursesw libcap" +BUILD_DEPENDS="ncursesw-dev libcap-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. compile_rules() @@ -25,5 +29,5 @@ genpkg_rules() { mkdir -p $fs/usr/ - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }