wok-next annotate 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
rev   line source
al@19768 1 # SliTaz package receipt v2.
gokhlayeh@9190 2
gokhlayeh@9190 3 PACKAGE="pinentry"
al@20657 4 VERSION="1.1.0"
gokhlayeh@9190 5 CATEGORY="security"
al@19768 6 SHORT_DESC="Collection of dialog programs that allow GnuPG to read passphrases \
al@19768 7 and PIN numbers in a secure manner"
pascal@15090 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15090 9 LICENSE="GPL2"
al@19226 10 WEB_SITE="https://www.gnupg.org/"
al@20657 11 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pinentry.html"
al@19768 12
al@19226 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19226 14 WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL"
al@19768 15 # https://www.gnupg.org/download/integrity_check.html
al@20657 16 TARBALL_SHA1="693bdf9f48dfb3e040d92f50b1bb464e268b9fb0"
gokhlayeh@9190 17
al@19768 18 BUILD_DEPENDS="libassuan-dev libgpg-error-dev ncurses-dev libcap-dev \
al@20657 19 libsecret-dev libgcrypt-dev" # gtk+-dev gcr-dev
al@19226 20 SIBLINGS="pinentry-gtk"
pascal@15090 21
al@20657 22 compile_rules() {
al@20657 23 ./configure \
al@20657 24 --enable-pinentry-tty \
al@20657 25 $CONFIGURE_ARGS &&
al@20657 26 make &&
al@20657 27 make install
gokhlayeh@9190 28 }
gokhlayeh@9190 29
al@20657 30 genpkg_rules() {
al@19768 31 copy @std
al@19779 32 DEPENDS="glib libassuan libcap libgpg-error libsecret ncurses"
gokhlayeh@9190 33 }