wok diff pinentry/receipt @ rev 16430

svkbd: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 18 10:26:47 2014 +0000 (2014-04-18)
parents 2a9e108fd848
children 17e313b5b9c1
line diff
     1.1 --- a/pinentry/receipt	Wed Mar 09 18:20:37 2011 +0100
     1.2 +++ b/pinentry/receipt	Fri Apr 18 10:26:47 2014 +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  }