wok-next rev 1494
Up gnutls (2.4.2w)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 05 13:04:15 2008 +0000 (2008-10-05) |
parents | b7a4721eb10b |
children | 6c86574c41f3 |
files | gnutls-dev/receipt gnutls/receipt |
line diff
1.1 --- a/gnutls-dev/receipt Sun Oct 05 13:02:19 2008 +0000 1.2 +++ b/gnutls-dev/receipt Sun Oct 05 13:04:15 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnutls-dev" 1.7 -VERSION="2.3.0" 1.8 +VERSION="2.4.2" 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 Sun Oct 05 13:02:19 2008 +0000 2.2 +++ b/gnutls/receipt Sun Oct 05 13:04:15 2008 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gnutls" 2.7 -VERSION="2.3.0" 2.8 +VERSION="2.4.2" 2.9 CATEGORY="security" 2.10 SHORT_DESC="GNU Transport Layer Security Library" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -9,15 +9,15 @@ 2.13 BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://www.gnu.org/software/gnutls/" 2.16 -WGET_URL="http://www.gnu.org/software/gnutls/releases/$TARBALL" 2.17 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 cd $src 2.23 ./configure --prefix=/usr --infodir=/usr/share/info \ 2.24 - --mandir=/usr/share/man $CONFIGURE_ARGS 2.25 - make 2.26 + --mandir=/usr/share/man $CONFIGURE_ARGS && 2.27 + make && 2.28 make DESTDIR=$PWD/_pkg install 2.29 } 2.30