wok-6.x diff pinentry/receipt @ rev 13778
add terminus-font
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jan 04 02:57:00 2013 +0000 (2013-01-04) |
parents | |
children | da4ba6017372 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pinentry/receipt Fri Jan 04 02:57:00 2013 +0000 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 +}