milis/talimatname/genel/gpgme/talimat

21 lines
435 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: GnuPG için bir C sarıcı kütüphanesi
# URL: http://www.gnupg.org/related_software/gpgme/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: libassuan
name=gpgme
version=1.7.0
release=1
source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-fd-passing \
--disable-gpgsm-test
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
}