new package: libtasn1

Libtasn1 is the ASN.1 library used by GnuTLS, GNU Shishi and some
other packages. It was written by Fabio Fiorina, and has been
shipped as part of GnuTLS for some time but is now a proper
GNU package.

[Peter: Both licenses are '+']
Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Stefan Fröberg 2013-02-18 10:28:58 +00:00 committed by Peter Korsgaard
parent 44b11564e4
commit e4d32a7a46
3 changed files with 21 additions and 0 deletions

View File

@ -555,6 +555,7 @@ source "package/libglib2/Config.in"
source "package/libical/Config.in"
source "package/libnspr/Config.in"
source "package/libsigc/Config.in"
source "package/libtasn1/Config.in"
source "package/libtpl/Config.in"
source "package/libseccomp/Config.in"
source "package/liburcu/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBTASN1
bool "libtasn1"
help
ASN.1 library
http://www.gnu.org/software/libtasn1

View File

@ -0,0 +1,14 @@
#############################################################
#
# libtasn1
#
#############################################################
LIBTASN1_VERSION = 3.2
LIBTASN1_SITE = http://ftp.gnu.org/gnu/libtasn1
LIBTASN1_DEPENDENCIES = host-bison
LIBTASN1_LICENSE = GPLv3+ LGPLv2.1+
LIBTASN1_LICENSE_FILES = COPYING COPYING.LIB
LIBTASN1_INSTALL_STAGING = YES
$(eval $(autotools-package))