eth0s/ports/core/libtasn1/Pkgfile
2021-06-13 19:27:19 +08:00

17 lines
418 B
Text
Executable file

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