wok rev 10270

Up: gnutls to 2.12.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 05:29:58 2011 +0000 (2011-05-21)
parents af660d02860e
children 65cfbc1490ea
files gnutls-dev/receipt gnutls/receipt libgnutls/receipt
line diff
     1.1 --- a/gnutls-dev/receipt	Sat May 21 04:58:37 2011 +0000
     1.2 +++ b/gnutls-dev/receipt	Sat May 21 05:29:58 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnutls-dev"
     1.7 -VERSION="2.10.5"
     1.8 +VERSION="2.12.5"
     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	Sat May 21 04:58:37 2011 +0000
     2.2 +++ b/gnutls/receipt	Sat May 21 05:29:58 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gnutls"
     2.7 -VERSION="2.10.5"
     2.8 +VERSION="2.12.5"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="GNU Transport Layer Security Library"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -16,13 +16,11 @@
    2.13  compile_rules()
    2.14  {
    2.15  	cd $src
    2.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    2.17 -	--mandir=/usr/share/man \
    2.18 +	./configure --with-libgcrypt \
    2.19  	--disable-guile \
    2.20  	--with-zlib \
    2.21  	$CONFIGURE_ARGS &&
    2.22 -	make &&
    2.23 -	make DESTDIR=$PWD/_pkg install
    2.24 +	make && make install
    2.25  }
    2.26  
    2.27  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/libgnutls/receipt	Sat May 21 04:58:37 2011 +0000
     3.2 +++ b/libgnutls/receipt	Sat May 21 05:29:58 2011 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libgnutls"
     3.7 -VERSION="2.10.5"
     3.8 +VERSION="2.12.5"
     3.9  CATEGORY="security"
    3.10  SHORT_DESC="GNU Transport Layer Security Library headers"
    3.11  MAINTAINER="erjo@slitaz.org"