summaryrefslogtreecommitdiff
path: root/trove/strata/trove/lua.morph
diff options
context:
space:
mode:
Diffstat (limited to 'trove/strata/trove/lua.morph')
-rw-r--r--trove/strata/trove/lua.morph11
1 files changed, 0 insertions, 11 deletions
diff --git a/trove/strata/trove/lua.morph b/trove/strata/trove/lua.morph
deleted file mode 100644
index 32aeb5c1..00000000
--- a/trove/strata/trove/lua.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-name: lua
-kind: chunk
-configure-commands:
-- sed -e 's/defined(LUA_USE_READLINE)/0/g' src/luaconf.h.orig >src/luaconf.h
-- sed -i -e '/^linux:/{n;s/-lreadline//g;s/-lhistory//g;s/-lncurses//g}' src/Makefile
-build-commands:
-- make debian_linux INSTALL_TOP="$PREFIX" RPATH="$PREFIX/lib"
-install-commands:
-- make INSTALL_TOP="$DESTDIR/$PREFIX" debian_install
-- mkdir -p "$DESTDIR/$PREFIX/lib/pkgconfig"
-- cp lua5.1.pc "$DESTDIR/$PREFIX/lib/pkgconfig/"