Move all to deprecated folder.
This commit is contained in:
6
deprecated/firmware/buildroot/package/libtasn1/Config.in
Normal file
6
deprecated/firmware/buildroot/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
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 3462fc25e2d2536878c39a8825f5e36ba2e2611b27ef535e064f4c56258e508b libtasn1-4.6.tar.gz
|
||||
16
deprecated/firmware/buildroot/package/libtasn1/libtasn1.mk
Normal file
16
deprecated/firmware/buildroot/package/libtasn1/libtasn1.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libtasn1
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBTASN1_VERSION = 4.6
|
||||
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
|
||||
# 'missing' fallback logic botched so disable it completely
|
||||
LIBTASN1_CONF_ENV = MAKEINFO="true"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user