libestr: new package

Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Clayton Shotwell 2014-03-12 12:51:06 -05:00 committed by Peter Korsgaard
parent 0fd54d2823
commit 3ea048fd1f
3 changed files with 20 additions and 0 deletions

View File

@ -812,6 +812,7 @@ source "package/enchant/Config.in"
source "package/icu/Config.in"
source "package/libedit/Config.in"
source "package/libenca/Config.in"
source "package/libestr/Config.in"
source "package/libfribidi/Config.in"
source "package/libiconv/Config.in"
source "package/linenoise/Config.in"

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,13 @@
################################################################################
#
# libestr
#
################################################################################
LIBESTR_VERSION = 0.1.9
LIBESTR_SITE = http://libestr.adiscon.com/files/download/
LIBESTR_LICENSE = LGPLv2.1+
LIBESTR_LICENSE_FILES = COPYING
LIBESTR_INSTALL_STAGING = YES
$(eval $(autotools-package))