wok diff libksba/receipt @ rev 25794
created recipe for exo-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:19:52 2024 +0100 (6 weeks ago) |
parents | ede1d184d5c5 |
children |
line diff
1.1 --- a/libksba/receipt Mon Feb 14 17:51:14 2022 +0000 1.2 +++ b/libksba/receipt Wed Oct 23 16:19:52 2024 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libksba" 1.7 -VERSION="1.3.5" 1.8 +VERSION="1.6.0" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Library to work with X.509 certificates, CMS data and related objects." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL3" 1.13 WEB_SITE="https://www.gnupg.org/related_software/libksba/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WGET_URL="https://www.gnupg.org/ftp/gcrypt/libksba/$TARBALL" 1.17 1.18 @@ -24,14 +25,15 @@ 1.19 compile_rules() 1.20 { 1.21 # Integrity check: https://www.gnupg.org/download/integrity_check.html 1.22 - echo "a98385734a0c3f5b713198e8d6e6e4aeb0b76fde $SRC/$TARBALL" | sha1sum -c || exit 1 1.23 + echo "d71e18a71b44d7f0e93180e05971857b4900c788 $SRC/$TARBALL" | sha1sum -c || exit 1 1.24 1.25 - ./configure $CONFIGURE_ARGS && make && make install 1.26 + ./configure $CONFIGURE_ARGS && 1.27 + make && 1.28 + make install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 genpkg_rules() 1.33 { 1.34 - mkdir -p $fs/usr/lib 1.35 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 + cook_copy_files *.so* 1.37 }