wok annotate gpa/receipt @ rev 20820

Add bacon & qb2c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 19 10:10:09 2019 +0100 (2019-02-19)
parents ac006a7bf27c
children 9720efce20e7
rev   line source
erjo@1345 1 # SliTaz package receipt.
erjo@1345 2
erjo@1345 3 PACKAGE="gpa"
erkan@20360 4 VERSION="0.9.10"
erjo@1345 5 CATEGORY="security"
erjo@1345 6 SHORT_DESC="Gnu Privacy Assistant"
erjo@1345 7 MAINTAINER="erjo@slitaz.org"
pascal@15331 8 LICENSE="GPL3"
al@19226 9 WEB_SITE="https://www.gnupg.org/related_software/gpa/"
erjo@1345 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19226 11 WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpa/$TARBALL"
erjo@1345 12
al@19226 13 DEPENDS="gpgme gtk+ pinentry-gtk"
al@19226 14 BUILD_DEPENDS="gtk+-dev libgpg-error-dev libassuan-dev gpgme-dev"
al@19226 15 SPLIT="gpa-langpack"
erjo@9932 16
erjo@1345 17 # Rules to configure and make the package.
erjo@1345 18 compile_rules()
erjo@1345 19 {
al@19226 20 # Integrity check: https://www.gnupg.org/download/integrity_check.html
erkan@20360 21 echo "c629348725c1bf5dafd57f8a70187dc89815ce60 $SRC/$TARBALL" | sha1sum -c || exit 1
al@19226 22
gokhlayeh@11573 23 ./configure $CONFIGURE_ARGS && make && make install
al@19226 24
al@19226 25 find $install/usr/share/man -type f -exec gzip -9 \{\} \;
erjo@1345 26 }
erjo@1345 27
erjo@1345 28 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1345 29 genpkg_rules()
erjo@1345 30 {
al@19226 31 cp -a $install/* $fs
al@19226 32 rm -r $fs/usr/share/locale
erjo@1345 33 }