wok-next annotate gpgme/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 2efce4147058
children
rev   line source
al@19957 1 # SliTaz package receipt v2.
erjo@1420 2
erjo@1420 3 PACKAGE="gpgme"
Hans-G?nter@21699 4 VERSION="1.13.1"
erjo@1420 5 CATEGORY="security"
al@19957 6 SHORT_DESC="Support for cryptography"
Hans-G?nter@21699 7 MAINTAINER="maintainer@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"
Hans-G?nter@21699 14 TARBALL_SHA1="f87f34e695e8d74ccc7c8f42864d50630afebb0e"
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
Hans-G?nter@21699 19 BUILD_DEPENDS="gnupg libassuan-dev libgpg-error-dev python-dev swig"
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"
Hans-G?nter@21699 31 DEPENDS_dev="$PACKAGE libgpg-error-dev"
al@21088 32
Hans-G?nter@21699 33 compile_rules()
Hans-G?nter@21699 34 {
Hans-G?nter@21699 35 ./configure \
Hans-G?nter@21699 36 --enable-languages=cl,python \
al@20865 37 $CONFIGURE_ARGS &&
al@20573 38 fix libtool &&
al@20573 39 make &&
al@20573 40 make install
erjo@1420 41 }