wok-6.x diff pinentry/receipt @ rev 15377
python-xlib: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 19 10:56:35 2013 +0000 (2013-10-19) |
parents | 2a9e108fd848 |
children | 17e313b5b9c1 |
line diff
1.1 --- a/pinentry/receipt Wed Mar 09 18:20:37 2011 +0100 1.2 +++ b/pinentry/receipt Sat Oct 19 10:56:35 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 }