milis/talimatname/genel/libtasn1/talimat

22 lines
496 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: Bir ASN.1 şemasını takiben DER/BER verilerini kodlayan ve çözen son derece taşınabilir C kütüphanesi.
# URL: http://www.gnu.org/software/gnutls/
# Packager: milisarge
# Depends on:
name=libtasn1
version=4.7
release=1
source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
}