summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-02-24 08:34:54 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-01 16:21:19 +0100
commit30c7e8d2b960b243275328ba3024303cb74e6f95 (patch)
treeaf00f6d89336279881a01660206fd6adbd73f82d /package
parenta07d3d7a6413bebf6e70a04efe3e8162473e927a (diff)
downloadbuildroot-30c7e8d2b960b243275328ba3024303cb74e6f95.tar.gz
buildroot-30c7e8d2b960b243275328ba3024303cb74e6f95.zip
lua-coatpersistent: new package
[Thomas: mention that dependencies are run-time dependencies, adjust help text.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/Config.in1
-rw-r--r--package/lua-coatpersistent/Config.in9
-rw-r--r--package/lua-coatpersistent/lua-coatpersistent.mk13
3 files changed, 23 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 2470313e92..3b143c5a58 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -379,6 +379,7 @@ source "package/lpeg/Config.in"
source "package/lrandom/Config.in"
source "package/lua-cjson/Config.in"
source "package/lua-coat/Config.in"
+source "package/lua-coatpersistent/Config.in"
source "package/lua-ev/Config.in"
source "package/lua-msgpack-native/Config.in"
source "package/lua-testmore/Config.in"
diff --git a/package/lua-coatpersistent/Config.in b/package/lua-coatpersistent/Config.in
new file mode 100644
index 0000000000..86cddda2cd
--- /dev/null
+++ b/package/lua-coatpersistent/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LUA_COATPERSISTENT
+ bool "lua-coatpersistent"
+ # run-time dependencies
+ select BR2_PACKAGE_DADO
+ select BR2_PACKAGE_LUA_COAT
+ help
+ An ORM for lua-Coat.
+
+ http://fperrad.github.io/lua-CoatPersistent/
diff --git a/package/lua-coatpersistent/lua-coatpersistent.mk b/package/lua-coatpersistent/lua-coatpersistent.mk
new file mode 100644
index 0000000000..3dc98614f5
--- /dev/null
+++ b/package/lua-coatpersistent/lua-coatpersistent.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# lua-coatpersistent
+#
+################################################################################
+
+LUA_COATPERSISTENT_VERSION_UPSTREAM = 0.2.0
+LUA_COATPERSISTENT_VERSION = $(LUA_COATPERSISTENT_VERSION_UPSTREAM)-1
+LUA_COATPERSISTENT_SUBDIR = lua-CoatPersistent-$(LUA_COATPERSISTENT_VERSION_UPSTREAM)
+LUA_COATPERSISTENT_LICENSE = MIT
+LUA_COATPERSISTENT_LICENSE_FILES = $(LUA_COATPERSISTENT_SUBDIR)/COPYRIGHT
+
+$(eval $(luarocks-package))
OpenPOWER on IntegriCloud