#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=libtasn pkgver=2.1 pkgrel=1gv arch=i486 source=("ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-$pkgver.tar.gz") sourcetemplate=http://pnboy.pinguix.com/gapan/$arch/gnome/$pkgname 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 --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg rm $startdir/pkg/usr/share/info/dir }