wok-next view pinentry/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents e70c0b9c5adf
children 96d29914cbad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pinentry"
4 VERSION="1.1.0"
5 CATEGORY="security"
6 SHORT_DESC="Collection of dialog programs that allow GnuPG to read passphrases \
7 and PIN numbers in a secure manner"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.gnupg.org/"
11 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pinentry.html"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL"
15 # https://www.gnupg.org/download/integrity_check.html
16 TARBALL_SHA1="693bdf9f48dfb3e040d92f50b1bb464e268b9fb0"
18 BUILD_DEPENDS="libassuan-dev libgpg-error-dev ncurses-dev libcap-dev \
19 libsecret-dev libgcrypt-dev" # gtk+-dev gcr-dev
20 SIBLINGS="pinentry-gtk"
22 compile_rules() {
23 ./configure \
24 --enable-pinentry-tty \
25 $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="glib libassuan libcap libgpg-error libsecret ncurses"
33 }