summaryrefslogtreecommitdiff
path: root/package/luaexpat/Config.in
diff options
context:
space:
mode:
authorDanomi Manchego <danomimanchego123@gmail.com>2012-07-15 22:59:26 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-17 23:30:42 +0200
commit198bc9631aff65f5fe90db068cb1936850736910 (patch)
tree83d6ad83c112c31cce2536d3ff701a7f76f66ffc /package/luaexpat/Config.in
parentb16c6ac4740cc0534a6b6dc1a51338296c1def92 (diff)
new package: LuaExpat
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/luaexpat/Config.in')
-rw-r--r--package/luaexpat/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/luaexpat/Config.in b/package/luaexpat/Config.in
new file mode 100644
index 000000000..186c5c917
--- /dev/null
+++ b/package/luaexpat/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LUAEXPAT
+ bool "luaexpat"
+ select BR2_PACKAGE_EXPAT
+ help
+ LuaExpat is a SAX XML parser based on the Expat library.
+
+ http://matthewwild.co.uk/projects/luaexpat/