wok rev 21585

updated npth and npth-dev (1.5 -> 1.6)
author Hans-G?nter Theisgen
date Mon May 20 13:44:05 2019 +0100 (2019-05-20)
parents 1d8d692f4993
children 736937940e3c
files npth-dev/receipt npth/receipt
line diff
     1.1 --- a/npth-dev/receipt	Sun May 19 20:46:20 2019 +0200
     1.2 +++ b/npth-dev/receipt	Mon May 20 13:44:05 2019 +0100
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="npth-dev"
     1.7 -VERSION="1.5"
     1.8 +VERSION="1.6"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The new GNU portable threads library, development files"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL2 LGPL3"
    1.13 -WEB_SITE="https://www.gnupg.org/related_software/npth/"
    1.14 +WEB_SITE="https://www.gnupg.org/software/npth/"
    1.15  
    1.16 +DEPENDS="npth"
    1.17  WANTED="npth"
    1.18 -DEPENDS="npth"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	cp -a $install/* $fs
    1.24 +	cp -a $install/*	$fs
    1.25  	rm -r $fs/usr/lib/*.so*
    1.26  }
     2.1 --- a/npth/receipt	Sun May 19 20:46:20 2019 +0200
     2.2 +++ b/npth/receipt	Mon May 20 13:44:05 2019 +0100
     2.3 @@ -1,14 +1,15 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="npth"
     2.7 -VERSION="1.5"
     2.8 +VERSION="1.6"
     2.9  CATEGORY="security"
    2.10 -SHORT_DESC="The new GNU portable threads library"
    2.11 +SHORT_DESC="The new GNU portable threads library."
    2.12  MAINTAINER="al.bobylev@gmail.com"
    2.13  LICENSE="GPL2 LGPL3"
    2.14 -WEB_SITE="https://www.gnupg.org/related_software/npth/"
    2.15 +WEB_SITE="https://www.gnupg.org/software/npth/"
    2.16 +
    2.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.18 -WGET_URL="https://www.gnupg.org/ftp/gcrypt/npth/$TARBALL"
    2.19 +WGET_URL="https://www.gnupg.org/ftp/gcrypt/$PACKAGE/$TARBALL"
    2.20  
    2.21  DEPENDS="glibc-base"
    2.22  
    2.23 @@ -16,9 +17,11 @@
    2.24  compile_rules()
    2.25  {
    2.26  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    2.27 -	echo "93ddf1a3bdbca00fb4cf811498094ca61bbb8ee1  $SRC/$TARBALL" | sha1sum -c || exit 1
    2.28 +	echo "f9d63e9747b027e4e404fe3c20c73c73719e1731  $SRC/$TARBALL" | sha1sum -c || exit 1
    2.29  
    2.30 -	./configure $CONFIGURE_ARGS && make && make install
    2.31 +	./configure $CONFIGURE_ARGS &&
    2.32 +	make &&
    2.33 +	make install
    2.34  }
    2.35  
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.