gnutls: update to 3.2.7.

This commit is contained in:
Juan RP 2013-11-24 06:55:24 +01:00
parent 37f4238b5b
commit b52a95e875
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,18 @@
# Template build file for 'gnutls'.
pkgname=gnutls
version=3.2.6
version=3.2.7
revision=1
build_style=gnu-configure
configure_args="--with-zlib --disable-guile --disable-static
--disable-valgrind-tests --disable-rpath"
--disable-valgrind-tests --disable-rpath
--with-libnettle-prefix=$XBPS_CROSS_BASE/usr
--with-libz-prefix=$XBPS_CROSS_BASE/usr"
short_desc="GNU Transport Layer Security library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/gnutls/"
license="GPL-3, LGPL-2.1"
distfiles="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-${version}.tar.xz"
checksum=0a45dfa50edc8091ca1c25f7bae9d9c780b8a09c58ceb3e256264d2dc49338f4
checksum=7ca3e261402e90344585cbd5cc54379f4e294697b2cc7cd979458707666ac872
hostmakedepends="pkg-config which"
makedepends="zlib-devel lzo-devel readline-devel libgpg-error-devel
@ -18,8 +20,6 @@ makedepends="zlib-devel lzo-devel readline-devel libgpg-error-devel
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake gettext-devel"
configure_args+=" --with-libnettle-prefix=$XBPS_CROSS_BASE
--with-libz-prefix=$XBPS_CROSS_BASE"
pre_configure() {
autoreconf -fi
}