diff options
| author | Clayton Shotwell <clshotwe@rockwellcollins.com> | 2014-03-12 12:51:06 -0500 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-03-15 23:02:18 +0100 |
| commit | 3ea048fd1f9825be4023db40e152de8948ee2498 (patch) | |
| tree | 8e7cb019f9035c8689c2108e385b8b6672addbb5 /package/libestr | |
| parent | 0fd54d2823ed6fc98d267f49bd194cba61a7dca2 (diff) | |
| download | buildroot-3ea048fd1f9825be4023db40e152de8948ee2498.tar.gz buildroot-3ea048fd1f9825be4023db40e152de8948ee2498.zip | |
libestr: new package
Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libestr')
| -rw-r--r-- | package/libestr/Config.in | 6 | ||||
| -rw-r--r-- | package/libestr/libestr.mk | 13 |
2 files changed, 19 insertions, 0 deletions
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)) |

