# HG changeset patch # User Christopher Rogers # Date 1305955798 0 # Node ID 5bbaef7b118da0ea80ce91d0547a38e747da982a # Parent af660d02860ef85d85be3f3a9295123519b21552 Up: gnutls to 2.12.5. diff -r af660d02860e -r 5bbaef7b118d gnutls-dev/receipt --- a/gnutls-dev/receipt Sat May 21 04:58:37 2011 +0000 +++ b/gnutls-dev/receipt Sat May 21 05:29:58 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gnutls-dev" -VERSION="2.10.5" +VERSION="2.12.5" CATEGORY="development" SHORT_DESC="GNU Transport Layer Security Library headers" MAINTAINER="erjo@slitaz.org" diff -r af660d02860e -r 5bbaef7b118d gnutls/receipt --- a/gnutls/receipt Sat May 21 04:58:37 2011 +0000 +++ b/gnutls/receipt Sat May 21 05:29:58 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gnutls" -VERSION="2.10.5" +VERSION="2.12.5" CATEGORY="security" SHORT_DESC="GNU Transport Layer Security Library" MAINTAINER="erjo@slitaz.org" @@ -16,13 +16,11 @@ compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + ./configure --with-libgcrypt \ --disable-guile \ --with-zlib \ $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r af660d02860e -r 5bbaef7b118d libgnutls/receipt --- a/libgnutls/receipt Sat May 21 04:58:37 2011 +0000 +++ b/libgnutls/receipt Sat May 21 05:29:58 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libgnutls" -VERSION="2.10.5" +VERSION="2.12.5" CATEGORY="security" SHORT_DESC="GNU Transport Layer Security Library headers" MAINTAINER="erjo@slitaz.org"