wok-next view gpgme/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents 2efce4147058
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gpgme"
4 VERSION="1.13.1"
5 CATEGORY="security"
6 SHORT_DESC="Support for cryptography"
7 MAINTAINER="maintainer@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="f87f34e695e8d74ccc7c8f42864d50630afebb0e"
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="gnupg libassuan-dev libgpg-error-dev python-dev swig"
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 {
35 ./configure \
36 --enable-languages=cl,python \
37 $CONFIGURE_ARGS &&
38 fix libtool &&
39 make &&
40 make install
41 }