wok-6.x diff gnutls/receipt @ rev 22867

updated gnutls and gnutls-dev (3.3.16 -> 3.6.12)
author Hans-G?nter Theisgen
date Fri Feb 21 15:13:18 2020 +0100 (2020-02-21)
parents 8417cbe6fdae
children 360e0047b1bd
line diff
     1.1 --- a/gnutls/receipt	Sat Sep 12 15:52:07 2015 +0200
     1.2 +++ b/gnutls/receipt	Fri Feb 21 15:13:18 2020 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnutls"
     1.7 -VERSION="3.3.16"
     1.8 +VERSION="3.6.12"
     1.9  CATEGORY="security"
    1.10 -SHORT_DESC="GNU Transport Layer Security Library"
    1.11 +SHORT_DESC="GNU Transport Layer Security Library."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://www.gnutls.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.lz"
    1.17 -WEB_SITE="http://www.gnu.org/software/gnutls/"
    1.18  WGET_URL="ftp://ftp.gnutls.org/gcrypt/gnutls/v${VERSION%.*}/$TARBALL"
    1.19 +
    1.20 +SUGGESTED="cacerts"
    1.21 +DEPENDS="gcc-lib-base libcrypto libgnutls libgpg-error 
    1.22 +	libtasn1 libunistring ncurses nettle readline zlib"
    1.23 +BUILD_DEPENDS="gmp-dev libcrypto-dev libgcrypt-dev libgpg-error-dev libtasn1-dev 
    1.24 +	libunistring-dev lzip ncurses-dev nettle-dev readline-dev"
    1.25 +
    1.26  HOST_ARCH="i486 arm"
    1.27  
    1.28 -DEPENDS="nettle libgpg-error ncurses readline zlib gcc-lib-base 
    1.29 -libgnutls libcrypto libtasn1"
    1.30 -BUILD_DEPENDS="libtasn1-dev ncurses-dev readline-dev nettle-dev 
    1.31 -libgpg-error-dev libgcrypt-dev libcrypto-dev gmp-dev lzip"
    1.32 -SUGGESTED="cacerts"
    1.33 -
    1.34  # Handle SliTaz arch.
    1.35  case "$SLITAZ_ARCH" in
    1.36  	i?86) DEPENDS="$DEPENDS p11-kit" ;;
    1.37 @@ -34,18 +36,21 @@
    1.38  # Rules to configure and make the package.
    1.39  compile_rules()
    1.40  {
    1.41 -	./configure \
    1.42 -		--with-libgcrypt \
    1.43 +	# 3.6.12 unrecognised:
    1.44 +	#	--with-libgcrypt
    1.45 +	#	--with-zlib
    1.46 +
    1.47 +	./configure		\
    1.48  		--disable-guile \
    1.49 -		--with-zlib \
    1.50  		--with-default-trust-store-file="/etc/ssl/ca-bundle.crt" \
    1.51  		$CONFIGURE_ARGS ${ARCH_ARGS} &&
    1.52 -	make && make install
    1.53 +	make &&
    1.54 +	make install
    1.55  }
    1.56  
    1.57  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.58  genpkg_rules()
    1.59  {
    1.60  	mkdir -p $fs/usr
    1.61 -	cp -a $install/usr/bin $fs/usr
    1.62 +	cp -a $install/usr/bin	$fs/usr
    1.63  }