wok-next annotate 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
rev   line source
al@19768 1 # SliTaz package receipt v2.
gokhlayeh@9190 2
gokhlayeh@9190 3 PACKAGE="pinentry"
al@19768 4 VERSION="1.0.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@19768 11
al@19226 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19226 13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL"
al@19768 14 # https://www.gnupg.org/download/integrity_check.html
al@19768 15 TARBALL_SHA1="85d9ac81ebad3fb082514c505c90c39a0456f1f6"
gokhlayeh@9190 16
al@19768 17 BUILD_DEPENDS="libassuan-dev libgpg-error-dev ncurses-dev libcap-dev \
al@19768 18 libsecret-dev libgcrypt-dev"
al@19226 19 SIBLINGS="pinentry-gtk"
pascal@15090 20
gokhlayeh@9190 21 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@9190 22
gokhlayeh@9190 23 compile_rules()
gokhlayeh@9190 24 {
al@19768 25 ./configure --prefix=/usr &&
al@19226 26 make && make install
gokhlayeh@9190 27 }
gokhlayeh@9190 28
gokhlayeh@9190 29 genpkg_rules()
gokhlayeh@9190 30 {
al@19768 31 copy @std
al@19779 32 DEPENDS="glib libassuan libcap libgpg-error libsecret ncurses"
gokhlayeh@9190 33 }