milis/talimatname/genel/libksba/talimat

21 lines
559 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: Libksba, X.509 sertifikaları, CMS verileri ve ilgili nesnelerle çalışmanın görevlerini daha kolay hale getiren bir kütüphanedir (Şifreleme Mesaj Sözdizimi).
# URL: http://www.gnupg.org/related_software/libksba/
# Packager: milisarge
# Depends on: libgpg-error
name=libksba
version=1.3.3
release=1
source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2 )
build() {
cd $name-$version
./configure --prefix=/usr\
--mandir=/usr/share/man\
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
}