wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gpgme"
4 VERSION="1.12.0"
5 CATEGORY="security"
6 SHORT_DESC="Support for cryptography"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://www.gnupg.org/related_software/gpgme/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/gpgme.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpgme/$TARBALL"
14 TARBALL_SHA1="6f1828fcd7de4366ca063e57f35e4ab24bc91baf"
15 # Integrity check: https://www.gnupg.org/download/integrity_check.html
17 COOKOPTS="force-arch" # architecture in gpgme-dev file /usr/bin/gpgme-config
19 BUILD_DEPENDS="libgpg-error-dev libassuan-dev gnupg swig python-dev"
20 SPLIT="python-gpgme $PACKAGE-lisp $PACKAGE $PACKAGE-dev"
22 COPY_python_gpgme="python2.7/"
23 COPY_lisp="common-lisp/"
25 CAT_python_gpgme="security|Python bindings"
26 CAT_lisp="security|Common Lisp bindings"
28 DEPENDS_python_gpgme="$PACKAGE python"
29 DEPENDS_lisp="$PACKAGE"
30 DEPENDS_std="libassuan libgpg-error gnupg"
31 DEPENDS_dev="$PACKAGE libgpg-error-dev"
33 compile_rules() {
34 ./configure \
35 --enable-languages=cl,python \
36 $CONFIGURE_ARGS &&
37 fix libtool &&
38 make &&
39 make install
40 }