summaryrefslogtreecommitdiffstats
path: root/package/libargtable2/Config.in
diff options
context:
space:
mode:
authorRobin Holt2011-06-13 14:14:05 +0200
committerPeter Korsgaard2011-07-12 22:49:07 +0200
commitf1ebbb3df9d6ec1405e19244c81ca4c852bf3c34 (patch)
treecd970f92a00e4944f2354c4d9d87cfcd50891207 /package/libargtable2/Config.in
parentpackage: add gnutls (diff)
downloadbuildroot-f1ebbb3df9d6ec1405e19244c81ca4c852bf3c34.tar.gz
buildroot-f1ebbb3df9d6ec1405e19244c81ca4c852bf3c34.tar.xz
buildroot-f1ebbb3df9d6ec1405e19244c81ca4c852bf3c34.zip
package: add libargtable2
The argtable2 sourceforge project provides easy parsing of command line options and file contents. [Peter: Misc cleanup/fixes] Signed-off-by: Robin Holt <holt@sgi.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libargtable2/Config.in')
-rw-r--r--package/libargtable2/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/libargtable2/Config.in b/package/libargtable2/Config.in
new file mode 100644
index 000000000..42d067bec
--- /dev/null
+++ b/package/libargtable2/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBARGTABLE2
+ bool "libargtable2"
+ help
+ A greatly simplified and yet quite robust argument parsing
+ set of library calls.
+
+ http://argtable.sourceforge.net/