Move all to deprecated folder.
This commit is contained in:
6
deprecated/firmware/buildroot/package/libestr/Config.in
Normal file
6
deprecated/firmware/buildroot/package/libestr/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBESTR
|
||||
bool "libestr"
|
||||
help
|
||||
Some essentials for string handling (and a bit more)
|
||||
|
||||
http://libestr.adiscon.com/
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://libestr.adiscon.com/download/libestr-0-1-10/
|
||||
sha256 bd655e126e750edd18544b88eb1568d200a424a0c23f665eb14bbece07ac703c libestr-0.1.10.tar.gz
|
||||
13
deprecated/firmware/buildroot/package/libestr/libestr.mk
Normal file
13
deprecated/firmware/buildroot/package/libestr/libestr.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# libestr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBESTR_VERSION = 0.1.10
|
||||
LIBESTR_SITE = http://libestr.adiscon.com/files/download
|
||||
LIBESTR_LICENSE = LGPLv2.1+
|
||||
LIBESTR_LICENSE_FILES = COPYING
|
||||
LIBESTR_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user