Commit 3ea048fd authored by Clayton Shotwell's avatar Clayton Shotwell Committed by Peter Korsgaard
Browse files

libestr: new package

parent 0fd54d28
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBESTR
	bool "libestr"
	help
	  Some essentials for string handling (and a bit more)

	  http://libestr.adiscon.com/
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))