summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-12 16:38:37 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-12 16:38:37 +0100
commitd1b540b6d361d6a1f51e53cdaab69f053340efbb (patch)
treea17bcb2dd636650aa551e8652b131d2e01cc75f6
parentd1e111337373a157a26406b3abe4020382b6b110 (diff)
downloadlace-d1b540b6d361d6a1f51e53cdaab69f053340efbb.tar.gz
Morphology and module updatebaserock/morph
-rw-r--r--.gitmodules2
-rw-r--r--lace.morph13
2 files changed, 14 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 8f93b7c..36b4c4a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "extras/luacov"]
path = extras/luacov
- url = git://git.gitano.org.uk/luacov.git
+ url = upstream:gitano/luacov
diff --git a/lace.morph b/lace.morph
new file mode 100644
index 0000000..34b70ff
--- /dev/null
+++ b/lace.morph
@@ -0,0 +1,13 @@
+{
+ "name": "lace",
+ "description": "Lua Access Control Engine.",
+ "kind": "chunk",
+ "build-system": "manual",
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make INST_BASE=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}
+