wok-current diff libassuan/receipt @ rev 25724
Up audacity to 3.0.2, fix openssh/wxWidgets build
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jun 25 14:51:14 2024 +0000 (7 months ago) |
parents | ede1d184d5c5 |
children | 5926178cd6fa |
line diff
1.1 --- a/libassuan/receipt Mon Feb 14 17:51:14 2022 +0000 1.2 +++ b/libassuan/receipt Tue Jun 25 14:51:14 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libassuan" 1.7 -VERSION="2.5.3" 1.8 +VERSION="2.5.5" 1.9 CATEGORY="security" 1.10 SHORT_DESC="IPC library used by some of the other GnuPG related packages." 1.11 MAINTAINER="pankso@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 "6d81bf42fa91ed2894df8b65764ce899e39776f8 $SRC/$TARBALL" | sha1sum -c || exit 1 1.17 + echo "ec4f67c0117ccd17007c748a392ded96dc1b1ae9 $SRC/$TARBALL" | sha1sum -c || exit 1 1.18 1.19 ./configure $CONFIGURE_ARGS && 1.20 make && 1.21 @@ -35,6 +35,5 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr/lib 1.26 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 + cook_copy_files *.so* 1.28 }