summaryrefslogtreecommitdiff
path: root/luajit2.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-31 16:14:24 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-31 16:14:24 +0100
commita734f41bac6abe184ea51a136c697392779c6ab9 (patch)
treedb8ea53405b5a71a0b167484801c432fab460cc8 /luajit2.morph
parent51f05d64c93b5c1e8ba152740012454f399b996d (diff)
downloadluajit2-a734f41bac6abe184ea51a136c697392779c6ab9.tar.gz
luajit2: add morphologybaserock/morph
This uses the amalg build target so more optimisations are possible, but this increases build time and memory requirements. This took 2.5 minutes on the ARM build machine.
Diffstat (limited to 'luajit2.morph')
-rw-r--r--luajit2.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/luajit2.morph b/luajit2.morph
new file mode 100644
index 00000000..b686a171
--- /dev/null
+++ b/luajit2.morph
@@ -0,0 +1,12 @@
+{
+ "name": "luajit2",
+ "description": "A Just-In-Time lua interpreter.",
+ "kind": "chunk",
+ "build-system": "manual",
+ "build-commands": [
+ "make amalg PREFIX=\"$PREFIX\""
+ ],
+ "install-commands": [
+ "make PREFIX=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}