summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/lua.morph b/lua.morph
new file mode 100644
index 0000000..06ba749
--- /dev/null
+++ b/lua.morph
@@ -0,0 +1,13 @@
+{
+ "name": "lua",
+ "kind": "chunk",
+ "configure-commands": [
+ "sed -e 's/defined(LUA_USE_READLINE)/0/g' src/luaconf.h.orig >src/luaconf.h"
+ ],
+ "build-commands": [
+ "make PLAT=linux INSTALL_TOP=\"$PREFIX\""
+ ],
+ "install-commands": [
+ "make INSTALL_TOP=\"$DESTDIR/$PREFIX\" install"
+ ]
+}