wok-next view pinentry/receipt @ rev 20317

Up kmod, lxqt, oxygen-icons, slitaz-base-files, slitaz-configs; add eggwm-qt5, pencil2d.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 11 16:06:23 2017 +0200 (2017-11-11)
parents d7873beccb0f
children b863487b8e7a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pinentry"
4 VERSION="1.0.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/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL"
14 # https://www.gnupg.org/download/integrity_check.html
15 TARBALL_SHA1="85d9ac81ebad3fb082514c505c90c39a0456f1f6"
17 BUILD_DEPENDS="libassuan-dev libgpg-error-dev ncurses-dev libcap-dev \
18 libsecret-dev libgcrypt-dev"
19 SIBLINGS="pinentry-gtk"
21 # Rules to gen a SliTaz package suitable for Tazpkg.
23 compile_rules()
24 {
25 ./configure --prefix=/usr &&
26 make && make install
27 }
29 genpkg_rules()
30 {
31 copy @std
32 DEPENDS="glib libassuan libcap libgpg-error libsecret ncurses"
33 }