eth0s/ports/libtasn1/Pkgfile
2019-10-03 18:00:34 +08:00

17 lines
364 B
Text
Executable file

# Description: Highly portable C library that encodes and decodes DER/BER data following an ASN.1 schema
# URL:
# Maintainer:
# Depends on:
name=libtasn1
version=4.14
release=1
source=(https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.14.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}