wok diff gnutls/receipt @ rev 10415

automake: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 07:52:52 2011 +0000 (2011-05-24)
parents 5069ef6a621a
children ecabd74de6df
line diff
     1.1 --- a/gnutls/receipt	Thu Mar 31 17:59:35 2011 +0000
     1.2 +++ b/gnutls/receipt	Tue May 24 07:52:52 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnutls"
     1.7 -VERSION="2.10.5"
     1.8 +VERSION="2.12.5"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="GNU Transport Layer Security Library"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -16,13 +16,11 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man \
    1.18 +	./configure --with-libgcrypt \
    1.19  	--disable-guile \
    1.20  	--with-zlib \
    1.21  	$CONFIGURE_ARGS &&
    1.22 -	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.