opt/libtasn1/Pkgfile

20 lines
380 B
Plaintext
Raw Normal View History

2018-04-02 08:53:14 +02: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
2022-08-27 16:24:44 +02:00
version=4.19.0
2018-04-02 08:53:14 +02:00
release=1
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}