wok rev 11264

Up: gnutls (3.0.7), add nettle (2.4)
author Alexander Medvedev <devl547@gmail.com>
date Wed Nov 09 11:54:03 2011 +0000 (2011-11-09)
parents 3cfda88ee539
children bcdfb30b149b
files gnutls-dev/receipt gnutls/receipt
line diff
     1.1 --- a/gnutls-dev/receipt	Tue Nov 08 19:18:40 2011 +0000
     1.2 +++ b/gnutls-dev/receipt	Wed Nov 09 11:54:03 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnutls-dev"
     1.7 -VERSION="2.12.5"
     1.8 +VERSION="3.0.7"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU Transport Layer Security Library headers"
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/gnutls/receipt	Tue Nov 08 19:18:40 2011 +0000
     2.2 +++ b/gnutls/receipt	Wed Nov 09 11:54:03 2011 +0000
     2.3 @@ -1,16 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gnutls"
     2.7 -VERSION="2.12.5"
     2.8 +VERSION="3.0.7"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="GNU Transport Layer Security Library"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12  DEPENDS="libgcrypt libgpg-error ncurses readline zlib gcc-lib-base libgnutls \
    2.13 -libtasn1"
    2.14 -BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev"
    2.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16 +libtasn1 nettle gmp"
    2.17 +BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev nettle-dev gmp-dev"
    2.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.19  WEB_SITE="http://www.gnu.org/software/gnutls/"
    2.20 -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    2.21 +WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
    2.22  
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()