wok diff gpgme/receipt @ rev 25395
updated vde2 and vde2-dev (2.3.1 -> 2.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Aug 01 17:34:00 2022 +0100 (2022-08-01) |
parents | af8d823a3077 |
children |
line diff
1.1 --- a/gpgme/receipt Mon Feb 14 14:14:23 2022 +0000 1.2 +++ b/gpgme/receipt Mon Aug 01 17:34:00 2022 +0100 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 }