gnutls: update to 3.3.15.
This commit is contained in:
parent
351b5f52ef
commit
340e0c6113
|
@ -1,20 +1,19 @@
|
||||||
# Template build file for 'gnutls'.
|
# Template build file for 'gnutls'.
|
||||||
pkgname=gnutls
|
pkgname=gnutls
|
||||||
version=3.3.14
|
version=3.3.15
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-zlib --disable-guile --disable-static
|
configure_args="--with-zlib --disable-guile --disable-static
|
||||||
--disable-valgrind-tests --disable-rpath"
|
--disable-valgrind-tests --disable-rpath"
|
||||||
|
hostmakedepends="automake gettext-devel pkg-config libtool"
|
||||||
|
makedepends="zlib-devel lzo-devel readline-devel libgpg-error-devel
|
||||||
|
libtasn1-devel libgcrypt-devel p11-kit-devel nettle-devel libidn-devel"
|
||||||
short_desc="GNU Transport Layer Security library"
|
short_desc="GNU Transport Layer Security library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnu.org/software/gnutls/"
|
homepage="http://www.gnu.org/software/gnutls/"
|
||||||
license="GPL-3, LGPL-2.1"
|
license="GPL-3, LGPL-2.1"
|
||||||
distfiles="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-${version}.tar.xz"
|
distfiles="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-${version}.tar.xz"
|
||||||
checksum=0dfa0030faad8909c1e904105198232d6bc0123cae8cf4933b2bac85ee7cec52
|
checksum=8961227852911a1974e15bc017ddbcd4779876c867226d199f06648d8b27ba4b
|
||||||
|
|
||||||
hostmakedepends="automake gettext-devel pkg-config libtool"
|
|
||||||
makedepends="zlib-devel lzo-devel readline-devel libgpg-error-devel
|
|
||||||
libtasn1-devel libgcrypt-devel p11-kit-devel nettle-devel libidn-devel"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in New Issue