wok-next annotate gpa/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@20464 1 # SliTaz package receipt v2.
erjo@1345 2
erjo@1345 3 PACKAGE="gpa"
erkan@20784 4 VERSION="0.9.10"
erjo@1345 5 CATEGORY="security"
al@20464 6 SHORT_DESC="GNU Privacy Assistant"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15331 8 LICENSE="GPL3"
al@19226 9 WEB_SITE="https://www.gnupg.org/related_software/gpa/"
al@20464 10
erjo@1345 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19226 12 WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpa/$TARBALL"
al@20794 13 # Integrity check: https://www.gnupg.org/download/integrity_check.html
erkan@20784 14 TARBALL_SHA1="c629348725c1bf5dafd57f8a70187dc89815ce60"
erjo@1345 15
al@21017 16 BUILD_DEPENDS="gtk2-dev libgpg-error-dev libassuan-dev gpgme-dev"
al@21156 17 SPLIT="$PACKAGE-lang"
al@21156 18
al@21156 19 DEPENDS_std="gdk-pixbuf glib gpgme gtk2 libassuan libgpg-error zlib \
al@21156 20 pinentry-gtk"
erjo@9932 21
al@20464 22 compile_rules() {
al@20794 23 ./configure $CONFIGURE_ARGS &&
al@20794 24 make &&
al@20794 25 make install
erjo@1345 26 }