milis/talimatname/genel/g/gpa/talimat

17 lines
328 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 arayüz uygulaması
# URL: https://www.gnupg.org/related_software/gpa/
# Paketçi: milisarge
# Gerekler: gpgme gtk2
isim=gpa
surum=0.9.10
devir=1
kaynak=(ftp://ftp.gnupg.org/gcrypt/gpa/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR="$PKG/" install
}