milis/talimatname/genel/gnutls/talimat

21 lines
560 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: GnuTLS, SSL, TLS ve DTLS protokollerini ve teknolojilerini uygulayan güvenli bir iletişim kitaplığıdır.
# URL: http://www.gnu.org/software/gnutls/
# Packager: milisarge
# 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
}