milis/talimatname/genel/l/libgcrypt/talimat

25 lines
533 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: GnuPG'de kullanılan kodu temel alan genel amaçlı bir kripto kütüphanesi.
# URL: http://ftp.gnupg.org/gcrypt/libgcrypt/
# Paketçi: milisarge
# Gerekler: libgpg-error
# Grup: kütüphane güvenlik
isim=libgcrypt
surum=1.7.6
devir=1
kaynak=(ftp://ftp.gnupg.org/gcrypt/libgcrypt/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--disable-padlock-support \
--enable-static=yes
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/sbin
rm -rf $PKG/usr/share/info
}