PKGNAME=libtasn1
PKGDES="Portable C library that encodes and decodes DER/BER data following an ASN.1 schema"
PKGDEP="glibc"
PKGSEC=libs

RECONF=0
ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--disable-doc'
)

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
