libestr: new package
Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0fd54d2823
commit
3ea048fd1f
@ -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"
|
||||
|
6
package/libestr/Config.in
Normal file
6
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/
|
13
package/libestr/libestr.mk
Normal file
13
package/libestr/libestr.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user