wok-current 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 | 952323d1e45e |
children | 360e0047b1bd |
files | gnutls-dev/receipt gnutls/receipt |
line diff
1.1 --- a/gnutls-dev/receipt Fri Feb 21 14:38:09 2020 +0100 1.2 +++ b/gnutls-dev/receipt Fri Feb 21 15:13:18 2020 +0100 1.3 @@ -1,23 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnutls-dev" 1.7 -VERSION="3.3.16" 1.8 +VERSION="3.6.12" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GNU Transport Layer Security Library headers" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL3" 1.13 +WEB_SITE="https://www.gnutls.org/" 1.14 + 1.15 +DEPENDS="gmp-dev gnutls libgcrypt-dev libgpg-error-dev libtasn1-dev 1.16 + nettle-dev p11-kit-dev pkg-config zlib-dev" 1.17 WANTED="gnutls" 1.18 -WEB_SITE="http://www.gnu.org/software/gnutls/" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -DEPENDS="gnutls libtasn1-dev libgcrypt-dev libgpg-error-dev p11-kit-dev \ 1.23 -zlib-dev nettle-dev gmp-dev pkg-config" 1.24 - 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 mkdir -p $fs/usr/lib 1.29 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.30 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 - cp -a $install/usr/include $fs/usr 1.32 -} 1.33 \ No newline at end of file 1.34 + 1.35 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.36 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.37 + cp -a $install/usr/include $fs/usr 1.38 +}
2.1 --- a/gnutls/receipt Fri Feb 21 14:38:09 2020 +0100 2.2 +++ b/gnutls/receipt Fri Feb 21 15:13:18 2020 +0100 2.3 @@ -1,22 +1,24 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gnutls" 2.7 -VERSION="3.3.16" 2.8 +VERSION="3.6.12" 2.9 CATEGORY="security" 2.10 -SHORT_DESC="GNU Transport Layer Security Library" 2.11 +SHORT_DESC="GNU Transport Layer Security Library." 2.12 MAINTAINER="erjo@slitaz.org" 2.13 LICENSE="GPL3" 2.14 +WEB_SITE="https://www.gnutls.org/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.lz" 2.17 -WEB_SITE="http://www.gnu.org/software/gnutls/" 2.18 WGET_URL="ftp://ftp.gnutls.org/gcrypt/gnutls/v${VERSION%.*}/$TARBALL" 2.19 + 2.20 +SUGGESTED="cacerts" 2.21 +DEPENDS="gcc-lib-base libcrypto libgnutls libgpg-error 2.22 + libtasn1 libunistring ncurses nettle readline zlib" 2.23 +BUILD_DEPENDS="gmp-dev libcrypto-dev libgcrypt-dev libgpg-error-dev libtasn1-dev 2.24 + libunistring-dev lzip ncurses-dev nettle-dev readline-dev" 2.25 + 2.26 HOST_ARCH="i486 arm" 2.27 2.28 -DEPENDS="nettle libgpg-error ncurses readline zlib gcc-lib-base 2.29 -libgnutls libcrypto libtasn1" 2.30 -BUILD_DEPENDS="libtasn1-dev ncurses-dev readline-dev nettle-dev 2.31 -libgpg-error-dev libgcrypt-dev libcrypto-dev gmp-dev lzip" 2.32 -SUGGESTED="cacerts" 2.33 - 2.34 # Handle SliTaz arch. 2.35 case "$SLITAZ_ARCH" in 2.36 i?86) DEPENDS="$DEPENDS p11-kit" ;; 2.37 @@ -34,18 +36,21 @@ 2.38 # Rules to configure and make the package. 2.39 compile_rules() 2.40 { 2.41 - ./configure \ 2.42 - --with-libgcrypt \ 2.43 + # 3.6.12 unrecognised: 2.44 + # --with-libgcrypt 2.45 + # --with-zlib 2.46 + 2.47 + ./configure \ 2.48 --disable-guile \ 2.49 - --with-zlib \ 2.50 --with-default-trust-store-file="/etc/ssl/ca-bundle.crt" \ 2.51 $CONFIGURE_ARGS ${ARCH_ARGS} && 2.52 - make && make install 2.53 + make && 2.54 + make install 2.55 } 2.56 2.57 # Rules to gen a SliTaz package suitable for Tazpkg. 2.58 genpkg_rules() 2.59 { 2.60 mkdir -p $fs/usr 2.61 - cp -a $install/usr/bin $fs/usr 2.62 + cp -a $install/usr/bin $fs/usr 2.63 }