milis/talimatname/genel/g/gnutls/talimat

25 lines
706 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.

# Tanım: GnuTLS, SSL, TLS ve DTLS protokollerini ve teknolojilerini uygulayan güvenli bir iletişim kitaplığıdır.
# URL: http://www.gnu.org/software/gnutls/
# Paketçi: milisarge
# Gerekler: libtasn1 nettle libidn p11-kit libunistring
# Grup: kütüphane
isim=gnutls
surum=3.5.17
devir=1
kaynak=(ftp://ftp.gnutls.org/gcrypt/$isim/v${surum:0:3}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--with-zlib \
--disable-static \
--without-idn \
--enable-guile --with-guile-site-dir=no \
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info
rm -rf $PKG/usr/share/man
}