#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=libtasn pkgver=2.5 pkgrel=1gv arch=x86_64 source=("ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-$pkgver.tar.gz") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "thanks") url=http://www.t2-project.org/packages/libtasn1.html options=('noautodotnew') 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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }