From a734f41bac6abe184ea51a136c697392779c6ab9 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 31 May 2012 16:14:24 +0100 Subject: luajit2: add morphology 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. --- luajit2.morph | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 luajit2.morph 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" + ] +} -- cgit v1.2.1