milis/talimatname/genel/gnutls/talimat

21 lines
560 B
Plaintext
Raw Normal View History

2017-03-24 09:44:28 +01:00
# Description: GnuTLS, SSL, TLS ve DTLS protokollerini ve teknolojilerini uygulayan güvenli bir iletişim kitaplığıdır.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnu.org/software/gnutls/
2017-01-31 01:37:09 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: libtasn1 nettle libidn p11-kit
name=gnutls
version=3.4.9
release=1
source=(ftp://ftp.gnutls.org/gcrypt/$name/v${version:0:3}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-zlib \
--with-default-trust-store-file=/etc/ssl/ca-bundle.crt \
--disable-guile
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/info/dir
}