Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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/

View File

@@ -0,0 +1,2 @@
# From http://libestr.adiscon.com/download/libestr-0-1-10/
sha256 bd655e126e750edd18544b88eb1568d200a424a0c23f665eb14bbece07ac703c libestr-0.1.10.tar.gz

View 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))