wok-next rev 21699

updated gpgme (1.12.0 -> 1.13.1)
author Hans-G?nter Theisgen
date Tue Jun 30 17:33:51 2020 +0100 (2020-06-30)
parents a1e4526c43b7
children 7264742f7123
files gpgme/receipt
line diff
     1.1 --- a/gpgme/receipt	Tue Jun 30 16:59:35 2020 +0100
     1.2 +++ b/gpgme/receipt	Tue Jun 30 17:33:51 2020 +0100
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="gpgme"
     1.7 -VERSION="1.12.0"
     1.8 +VERSION="1.13.1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Support for cryptography"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL2 LGPL2.1"
    1.14  WEB_SITE="https://www.gnupg.org/related_software/gpgme/"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/gpgme.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpgme/$TARBALL"
    1.19 -TARBALL_SHA1="6f1828fcd7de4366ca063e57f35e4ab24bc91baf"
    1.20 +TARBALL_SHA1="f87f34e695e8d74ccc7c8f42864d50630afebb0e"
    1.21  # Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.22  
    1.23  COOKOPTS="force-arch" # architecture in gpgme-dev file /usr/bin/gpgme-config
    1.24  
    1.25 -BUILD_DEPENDS="libgpg-error-dev libassuan-dev gnupg swig python-dev"
    1.26 +BUILD_DEPENDS="gnupg libassuan-dev libgpg-error-dev python-dev swig"
    1.27  SPLIT="python-gpgme $PACKAGE-lisp $PACKAGE $PACKAGE-dev"
    1.28  
    1.29  COPY_python_gpgme="python2.7/"
    1.30 @@ -28,11 +28,12 @@
    1.31  DEPENDS_python_gpgme="$PACKAGE python"
    1.32  DEPENDS_lisp="$PACKAGE"
    1.33  DEPENDS_std="libassuan libgpg-error   gnupg"
    1.34 -DEPENDS_dev="$PACKAGE   libgpg-error-dev"
    1.35 +DEPENDS_dev="$PACKAGE  libgpg-error-dev"
    1.36  
    1.37 -compile_rules() {
    1.38 -	./configure \
    1.39 -		--enable-languages=cl,python \
    1.40 +compile_rules()
    1.41 +{
    1.42 +	./configure				\
    1.43 +		--enable-languages=cl,python	\
    1.44  		$CONFIGURE_ARGS &&
    1.45  	fix libtool &&
    1.46  	make &&