2009-05-15 01:29:12 +02:00
|
|
|
# Template build file for 'libtasn1'.
|
|
|
|
pkgname=libtasn1
|
2012-09-28 01:02:18 +02:00
|
|
|
version=2.14
|
|
|
|
revision=1
|
|
|
|
subpackages="$pkgname-devel $pkgname-tools"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-09-28 01:02:18 +02:00
|
|
|
configure_args="--disable-static"
|
2009-05-15 01:29:12 +02:00
|
|
|
short_desc="ASN.1 structure parser library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-28 01:02:18 +02:00
|
|
|
homepage="http://www.gnu.org/software/libtasn1/"
|
|
|
|
license="GPL-3, LGPL-2.1"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
|
|
|
checksum=bc2936cd20267859278145e563427c274d27aaae30ecdf50a04cdd4ec0153d54
|
2009-05-15 01:29:12 +02:00
|
|
|
long_desc="
|
|
|
|
libtasn1 library was developed for ASN1 (Abstract Syntax Notation One)
|
|
|
|
structures management.
|
|
|
|
|
|
|
|
The main features of this library are:
|
|
|
|
- on-line ASN1 structure management that does not require any C
|
|
|
|
code file generation.
|
|
|
|
- off-line ASN1 structure management with C code file generation
|
|
|
|
containing an array.
|
|
|
|
- DER (Distinguish Encoding Rules) encoding.
|
|
|
|
- no limits for INTEGER and ENUMERATED values."
|