eth0s/ports/core/libtasn1/Pkgfile

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
}