summaryrefslogtreecommitdiffstats
path: root/package/luaexpatutils/Config.in
diff options
context:
space:
mode:
authorAssaf Inbal <shmuelzon@gmail.com>2013-05-20 15:56:40 +0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-19 23:24:39 +0200
commit0b20c1aa33638bdf6cbcddd7a01ce6a78e25a382 (patch)
tree840b0da7e7ab1dee2c8db5b9155897f5acf06f3f /package/luaexpatutils/Config.in
parent211a5df280ac463da4c8f3ad0539455f206aa04d (diff)
downloadbuildroot-novena-0b20c1aa33638bdf6cbcddd7a01ce6a78e25a382.tar.gz
buildroot-novena-0b20c1aa33638bdf6cbcddd7a01ce6a78e25a382.zip
luaexpatutils: New package
lxp.doc is a module that provides useful features for working with XML formats in LOM format as used by the LuaExpat project from Kepler. [Peter: use fixed git revision, github tarball, install -D] Signed-off-by: Assaf Inbal <shmuelzon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/luaexpatutils/Config.in')
-rw-r--r--package/luaexpatutils/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/luaexpatutils/Config.in b/package/luaexpatutils/Config.in
new file mode 100644
index 000000000..cb2887aca
--- /dev/null
+++ b/package/luaexpatutils/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_LUAEXPATUTILS
+ bool "luaexpatutils"
+ select BR2_PACKAGE_LUAEXPAT
+ help
+ lxp.doc is a module that provides useful features for working with
+ XML formats in LOM format as used by the LuaExpat project from Kepler.
+
+ https://github.com/stevedonovan/LuaExpatUtils