# HG changeset patch # User Hans-G?nter Theisgen # Date 1558356245 -3600 # Node ID 70356dd15554ab49999e1ce2599aa542b4e777c6 # Parent 1d8d692f499310fdb0948a9fce2d4aba820d0d8e updated npth and npth-dev (1.5 -> 1.6) diff -r 1d8d692f4993 -r 70356dd15554 npth-dev/receipt --- a/npth-dev/receipt Sun May 19 20:46:20 2019 +0200 +++ b/npth-dev/receipt Mon May 20 13:44:05 2019 +0100 @@ -1,19 +1,19 @@ # SliTaz package receipt. PACKAGE="npth-dev" -VERSION="1.5" +VERSION="1.6" CATEGORY="development" SHORT_DESC="The new GNU portable threads library, development files" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2 LGPL3" -WEB_SITE="https://www.gnupg.org/related_software/npth/" +WEB_SITE="https://www.gnupg.org/software/npth/" +DEPENDS="npth" WANTED="npth" -DEPENDS="npth" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs rm -r $fs/usr/lib/*.so* } diff -r 1d8d692f4993 -r 70356dd15554 npth/receipt --- a/npth/receipt Sun May 19 20:46:20 2019 +0200 +++ b/npth/receipt Mon May 20 13:44:05 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="npth" -VERSION="1.5" +VERSION="1.6" CATEGORY="security" -SHORT_DESC="The new GNU portable threads library" +SHORT_DESC="The new GNU portable threads library." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2 LGPL3" -WEB_SITE="https://www.gnupg.org/related_software/npth/" +WEB_SITE="https://www.gnupg.org/software/npth/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="https://www.gnupg.org/ftp/gcrypt/npth/$TARBALL" +WGET_URL="https://www.gnupg.org/ftp/gcrypt/$PACKAGE/$TARBALL" DEPENDS="glibc-base" @@ -16,9 +17,11 @@ compile_rules() { # Integrity check: https://www.gnupg.org/download/integrity_check.html - echo "93ddf1a3bdbca00fb4cf811498094ca61bbb8ee1 $SRC/$TARBALL" | sha1sum -c || exit 1 + echo "f9d63e9747b027e4e404fe3c20c73c73719e1731 $SRC/$TARBALL" | sha1sum -c || exit 1 - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.