milis/talimatname/genel/g/gpgme/talimat

22 lines
429 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 için bir C sarıcı kütüphanesi
# URL: http://www.gnupg.org/related_software/gpgme/
# Paketçi: milisarge
# Gerekler: libassuan
# Grup: kütüphane
isim=gpgme
surum=1.9.0
devir=1
kaynak=(ftp://ftp.gnupg.org/gcrypt/$isim/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-fd-passing \
--disable-gpgsm-test
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info
}