From 3ea048fd1f9825be4023db40e152de8948ee2498 Mon Sep 17 00:00:00 2001 From: Clayton Shotwell Date: Wed, 12 Mar 2014 12:51:06 -0500 Subject: [PATCH] libestr: new package Signed-off-by: Clayton Shotwell Signed-off-by: Peter Korsgaard --- package/Config.in | 1 + package/libestr/Config.in | 6 ++++++ package/libestr/libestr.mk | 13 +++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 package/libestr/Config.in create mode 100644 package/libestr/libestr.mk diff --git a/package/Config.in b/package/Config.in index 51d1e24bb2..ad603e1dc3 100644 --- a/package/Config.in +++ b/package/Config.in @@ -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 index 0000000000..b1ca2a5473 --- /dev/null +++ b/package/libestr/Config.in @@ -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 index 0000000000..ea6011cc18 --- /dev/null +++ b/package/libestr/libestr.mk @@ -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)) -- 2.30.2