gnutls: Use a mirror for distfiles, old one seems to be down.

This commit is contained in:
davehome 2011-10-19 00:40:50 +00:00
parent 960cf83264
commit 4f8ee08dfc

View file

@ -1,7 +1,8 @@
# Template build file for 'gnutls'.
pkgname=gnutls
version=2.12.7
distfiles="ftp://ftp.gnutls.org/pub/gnutls/gnutls-$version.tar.bz2"
#distfiles="ftp://ftp.gnutls.org/pub/gnutls/gnutls-$version.tar.bz2"
distfiles="http://mirror.symnds.com/software/GNU/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--with-lzo --with-zlib --disable-guile --with-libgcrypt"
short_desc="GNU Transport Layer Security library"