description="is a highly portable C library that encodes and decodes DER/BER data"
url="https://ftp.gnu.org/gnu/libtasn1"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=libtasn1
version=4.20.0

source=(https://ftp.gnu.org/gnu/libtasn1/${name}-${version}.tar.gz)

build() {
cd $name-$version

./configure --prefix=/usr \
            --disable-static

make
make DESTDIR=$PKG install
make -C doc/reference DESTDIR=$PKG install-data-local
}
