milis/talimatname/genel/p/pinentry/talimat

24 lines
538 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: Assuan protokolünü kullanan basit bir PIN veya parolalı giriş diyaloglarının bir koleksiyonu
# URL: http://www.gnupg.org/
# Paketçi: milisarge
# Gerekler: libcap libsecret libassuan
# Grup: sistem güvenlik
isim=pinentry
surum=0.9.7
devir=1
kaynak=(ftp://ftp.gnupg.org/gcrypt/$isim/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--disable-pinentry-qt \
--disable-pinentry-qt5 \
--disable-pinentry-gtk
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
}