18 lines
364 B
Text
18 lines
364 B
Text
![]() |
# 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
|
||
|
}
|