wok-next annotate gpgme/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents d5aab818505e
children 5befc219d484
rev   line source
al@19957 1 # SliTaz package receipt v2.
erjo@1420 2
erjo@1420 3 PACKAGE="gpgme"
al@21088 4 VERSION="1.12.0"
erjo@1420 5 CATEGORY="security"
al@19957 6 SHORT_DESC="Support for cryptography"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@19226 8 LICENSE="GPL2 LGPL2.1"
al@19226 9 WEB_SITE="https://www.gnupg.org/related_software/gpgme/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/gpgme.html"
al@19957 11
erjo@1420 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19226 13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpgme/$TARBALL"
al@21088 14 TARBALL_SHA1="6f1828fcd7de4366ca063e57f35e4ab24bc91baf"
al@21088 15 # Integrity check: https://www.gnupg.org/download/integrity_check.html
al@21088 16
al@21088 17 COOKOPTS="force-arch" # architecture in gpgme-dev file /usr/bin/gpgme-config
erjo@1420 18
al@20865 19 BUILD_DEPENDS="libgpg-error-dev libassuan-dev gnupg swig python-dev"
al@21020 20 SPLIT="python-gpgme $PACKAGE-lisp $PACKAGE $PACKAGE-dev"
erjo@9943 21
al@21088 22 COPY_python_gpgme="python2.7/"
al@21088 23 COPY_lisp="common-lisp/"
al@21088 24
al@21088 25 CAT_python_gpgme="security|Python bindings"
al@21088 26 CAT_lisp="security|Common Lisp bindings"
al@21088 27
al@21088 28 DEPENDS_python_gpgme="$PACKAGE python"
al@21088 29 DEPENDS_lisp="$PACKAGE"
al@21088 30 DEPENDS_std="libassuan libgpg-error gnupg"
al@21088 31 DEPENDS_dev="$PACKAGE libgpg-error-dev"
al@21088 32
al@19957 33 compile_rules() {
al@20865 34 ./configure \
al@20865 35 --enable-languages=cl,python \
al@20865 36 $CONFIGURE_ARGS &&
al@20573 37 fix libtool &&
al@20573 38 make &&
al@20573 39 make install
erjo@1420 40 }