2009-05-14 23:29:12 +00:00
|
|
|
# Template build file for 'libtasn1'.
|
|
|
|
pkgname=libtasn1
|
2010-05-05 22:19:03 +00:00
|
|
|
version=2.6
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 06:14:33 +00:00
|
|
|
revision=2
|
2009-05-14 23:29:12 +00:00
|
|
|
short_desc="ASN.1 structure parser library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-05-05 22:19:03 +00:00
|
|
|
checksum=7aeb9ccec4ed7136441498d14ba3b4104cd6a6d4b489bbb010280999ebaaf9c7
|
2009-05-14 23:29:12 +00: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."
|
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel $pkgname-tools"
|