wok-6.x diff npth/receipt @ rev 22592
updated cherokee packages (1.2.101 -> 1.2.104)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 16:51:34 2020 +0100 (2020-01-07) |
parents | b3340c8e1ed1 |
children | 241fb98cab1c |
line diff
1.1 --- a/npth/receipt Sat Jun 09 10:34:39 2018 +0000 1.2 +++ b/npth/receipt Tue Jan 07 16:51:34 2020 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="npth" 1.7 -VERSION="1.5" 1.8 +VERSION="1.6" 1.9 CATEGORY="security" 1.10 -SHORT_DESC="The new GNU portable threads library" 1.11 +SHORT_DESC="The new GNU portable threads library." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="GPL2 LGPL3" 1.14 -WEB_SITE="https://www.gnupg.org/related_software/npth/" 1.15 +WEB_SITE="https://www.gnupg.org/software/npth/" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 -WGET_URL="https://www.gnupg.org/ftp/gcrypt/npth/$TARBALL" 1.19 +WGET_URL="https://www.gnupg.org/ftp/gcrypt/$PACKAGE/$TARBALL" 1.20 1.21 DEPENDS="glibc-base" 1.22 1.23 @@ -16,9 +17,11 @@ 1.24 compile_rules() 1.25 { 1.26 # Integrity check: https://www.gnupg.org/download/integrity_check.html 1.27 - echo "93ddf1a3bdbca00fb4cf811498094ca61bbb8ee1 $SRC/$TARBALL" | sha1sum -c || exit 1 1.28 + echo "f9d63e9747b027e4e404fe3c20c73c73719e1731 $SRC/$TARBALL" | sha1sum -c || exit 1 1.29 1.30 - ./configure $CONFIGURE_ARGS && make && make install 1.31 + ./configure $CONFIGURE_ARGS && 1.32 + make && 1.33 + make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg.