eth0s/ports/core/libtasn1/Pkgfile

18 lines
412 B
Text
Raw Normal View History

# Description: Highly portable C library that encodes and decodes DER/BER data following an ASN.1 schema
# URL:
2019-11-10 23:58:56 +08:00
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# 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
}