wok diff pinentry/receipt @ rev 10581

openvas-scanner: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 09:09:01 2011 +0200 (2011-05-26)
parents
children da4ba6017372
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pinentry/receipt	Thu May 26 09:09:01 2011 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pinentry"
     1.7 +VERSION="0.8.1"
     1.8 +CATEGORY="security"
     1.9 +SHORT_DESC="pinentry is a small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner."
    1.10 +DEPENDS="ncursesw libcap"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://www.gnupg.org/"
    1.13 +WGET_URL="ftp://ftp.gnupg.org/gcrypt/pinentry/$TARBALL"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src
    1.20 +	./configure --enable-pinentry-curses \
    1.21 +		--disable-pinentry-gtk \
    1.22 +		--disable-pinentry-gtk2 \
    1.23 +		--disable-pinentry-qt \
    1.24 +		--disable-pinentry-qt4 &&
    1.25 +	make &&	make install
    1.26 +}
    1.27 +
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +}