1
0
forked from ports/contrib
contrib/libtasn1/Pkgfile

20 lines
378 B
Plaintext
Raw Normal View History

2015-05-17 13:25:03 +10:00
# Description: The ASN.1 library used by GnuTLS and others
# URL: https://www.gnu.org/software/libtasn1/
# Maintainer: Danny Rawlins, crux at romster dot me
name=libtasn1
2017-11-26 19:53:15 +11:00
version=4.12
2015-05-17 13:25:03 +10:00
release=1
2017-11-26 19:53:15 +11:00
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
2015-05-17 13:25:03 +10:00
build() {
cd $name-$version
2017-11-26 19:53:15 +11:00
./configure --prefix=/usr
2015-05-17 13:25:03 +10:00
make
make DESTDIR=$PKG install
2017-11-26 19:53:15 +11:00
rm -r $PKG/usr/share/info
2015-05-17 13:25:03 +10:00
}