wok diff gpgme/receipt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (2022-05-20)
parents af8d823a3077
children
line diff
     1.1 --- a/gpgme/receipt	Mon Feb 14 14:14:23 2022 +0000
     1.2 +++ b/gpgme/receipt	Fri May 20 09:25:51 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gpgme"
     1.7 -VERSION="1.13.1"
     1.8 +VERSION="1.17.1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="C language library that allows to add support for cryptography to a program."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -25,7 +25,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.16 -	echo "f87f34e695e8d74ccc7c8f42864d50630afebb0e  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.17 +	echo "73d5c863ba5478370b191e79b19733807fef529e  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.18  
    1.19  	./configure		\
    1.20  		CC=gcc-83	\
    1.21 @@ -38,9 +38,6 @@
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/bin
    1.26 -	mkdir -p $fs/usr/lib
    1.27 -
    1.28 -	cp -a $install/usr/bin/gpgme-tool	$fs/usr/bin
    1.29 -	cp -a $install/usr/lib/*.so*		$fs/usr/lib
    1.30 +	cook_copy_files	gpgme-tool
    1.31 +	cook_copy_files	*.so*
    1.32  }