wok-next diff pinentry/receipt @ rev 19226
Update GnuPG stuff and libsecret.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 23 01:40:19 2016 +0300 (2016-06-23) |
parents | 17e313b5b9c1 |
children | 259c60302b06 |
line diff
1.1 --- a/pinentry/receipt Tue Feb 17 09:42:47 2015 +0100 1.2 +++ b/pinentry/receipt Thu Jun 23 01:40:19 2016 +0300 1.3 @@ -1,33 +1,33 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pinentry" 1.7 -VERSION="0.8.1" 1.8 +VERSION="0.9.7" 1.9 CATEGORY="security" 1.10 -SHORT_DESC="pinentry is a small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner." 1.11 +SHORT_DESC="Collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://www.gnupg.org/" 1.16 -WGET_URL="ftp://ftp.gnupg.org/gcrypt/pinentry/$TARBALL" 1.17 +WEB_SITE="https://www.gnupg.org/" 1.18 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 +WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL" 1.20 1.21 -DEPENDS="ncursesw libcap" 1.22 -BUILD_DEPENDS="ncursesw-dev libcap-dev" 1.23 +DEPENDS="libassuan libcap libgio libsecret ncursesw" 1.24 +BUILD_DEPENDS="libgpg-error-dev libassuan-dev libsecret-dev ncursesw-dev \ 1.25 +libcap-dev" 1.26 +SIBLINGS="pinentry-gtk" 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 1.30 compile_rules() 1.31 { 1.32 - export LDFLAGS="$LDFLAGS -ltinfo" 1.33 - ./configure --enable-pinentry-curses \ 1.34 - --disable-pinentry-gtk \ 1.35 - --disable-pinentry-gtk2 \ 1.36 - --disable-pinentry-qt \ 1.37 - --disable-pinentry-qt4 && 1.38 - make && make install 1.39 + # Integrity check: https://www.gnupg.org/download/integrity_check.html 1.40 + echo "9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd $SRC/$TARBALL" | sha1sum -c || exit 1 1.41 + 1.42 + ./configure --enable-pinentry-curses && 1.43 + make && make install 1.44 } 1.45 1.46 genpkg_rules() 1.47 { 1.48 - mkdir -p $fs/usr/ 1.49 + mkdir -p $fs/usr 1.50 cp -a $install/usr/bin $fs/usr 1.51 }