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:
parent
44b11564e4
commit
e4d32a7a46
@ -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"
|
||||
|
6
package/libtasn1/Config.in
Normal file
6
package/libtasn1/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBTASN1
|
||||
bool "libtasn1"
|
||||
help
|
||||
ASN.1 library
|
||||
|
||||
http://www.gnu.org/software/libtasn1
|
14
package/libtasn1/libtasn1.mk
Normal file
14
package/libtasn1/libtasn1.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user