#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=libtasn pkgver=1.3 pkgrel=1 zenver=52 arch=i486 source=("ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-1.3.tar.gz") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "thanks") url=http://www.t2-project.org/packages/libtasn1.html options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libtasn - Library for ASN.1 and DER manipulation" "Libtasn is a library written in C for manipulating ASN.1 objects" "including DER/BER encoding and DER/BER decoding. Libtasn is used by" "GnuTLS to manipulate X.509 objects and by GNU Shishi to handle" "Kerberos V5 packets." ) build() { cd $startdir/src/libtasn1-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }