wok-6.x diff gnutls/receipt @ 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 | ecabd74de6df |
children | dec5c3a2000c |
line diff
1.1 --- a/gnutls/receipt Fri May 27 10:24:21 2011 +0200 1.2 +++ b/gnutls/receipt Wed Nov 09 11:54:03 2011 +0000 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnutls" 1.7 -VERSION="2.12.5" 1.8 +VERSION="3.0.7" 1.9 CATEGORY="security" 1.10 SHORT_DESC="GNU Transport Layer Security Library" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 DEPENDS="libgcrypt libgpg-error ncurses readline zlib gcc-lib-base libgnutls \ 1.13 -libtasn1" 1.14 -BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 +libtasn1 nettle gmp" 1.17 +BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev nettle-dev gmp-dev" 1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.19 WEB_SITE="http://www.gnu.org/software/gnutls/" 1.20 -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.21 +WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()