wok rev 15090

pinentry: add bdeps...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 21:20:52 2013 +0000 (2013-08-13)
parents ea9c0883605a
children 805a8d303bbb
files pinentry/receipt
line diff
     1.1 --- a/pinentry/receipt	Tue Aug 13 21:17:32 2013 +0000
     1.2 +++ b/pinentry/receipt	Tue Aug 13 21:20:52 2013 +0000
     1.3 @@ -4,11 +4,15 @@
     1.4  VERSION="0.8.1"
     1.5  CATEGORY="security"
     1.6  SHORT_DESC="pinentry is a small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner."
     1.7 -DEPENDS="ncursesw libcap"
     1.8 +MAINTAINER="pascal.bellard@slitaz.org"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.gnupg.org/"
    1.12  WGET_URL="ftp://ftp.gnupg.org/gcrypt/pinentry/$TARBALL"
    1.13  
    1.14 +DEPENDS="ncursesw libcap"
    1.15 +BUILD_DEPENDS="ncursesw-dev libcap-dev"
    1.16 +
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  
    1.19  compile_rules()
    1.20 @@ -25,5 +29,5 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 +	cp -a $install/usr/bin $fs/usr
    1.26  }