libestr: new package
authorClayton Shotwell <clshotwe@rockwellcollins.com>
Wed, 12 Mar 2014 17:51:06 +0000 (12:51 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Mar 2014 22:02:18 +0000 (23:02 +0100)
Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Config.in
package/libestr/Config.in [new file with mode: 0644]
package/libestr/libestr.mk [new file with mode: 0644]

index 51d1e24bb216fd74c54ac0351f9a0b710a188b42..ad603e1dc30543fd3c9554ccb0e70fa25d671328 100644 (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"
diff --git a/package/libestr/Config.in b/package/libestr/Config.in
new file mode 100644 (file)
index 0000000..b1ca2a5
--- /dev/null
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBESTR
+       bool "libestr"
+       help
+         Some essentials for string handling (and a bit more)
+
+         http://libestr.adiscon.com/
diff --git a/package/libestr/libestr.mk b/package/libestr/libestr.mk
new file mode 100644 (file)
index 0000000..ea6011c
--- /dev/null
@@ -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))