summaryrefslogtreecommitdiff
path: root/trove/strata/trove
diff options
context:
space:
mode:
Diffstat (limited to 'trove/strata/trove')
-rw-r--r--trove/strata/trove/cgit.morph6
-rw-r--r--trove/strata/trove/clod.morph7
-rw-r--r--trove/strata/trove/gall.morph7
-rw-r--r--trove/strata/trove/gitano.morph5
-rw-r--r--trove/strata/trove/lace.morph7
-rw-r--r--trove/strata/trove/lrexlib-pcre.morph9
-rw-r--r--trove/strata/trove/lua-scrypt.morph4
-rw-r--r--trove/strata/trove/lua.morph11
-rw-r--r--trove/strata/trove/luxio.morph7
-rw-r--r--trove/strata/trove/supple.morph7
-rw-r--r--trove/strata/trove/trove-setup.morph4
11 files changed, 0 insertions, 74 deletions
diff --git a/trove/strata/trove/cgit.morph b/trove/strata/trove/cgit.morph
deleted file mode 100644
index bd373a51..00000000
--- a/trove/strata/trove/cgit.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: cgit
-kind: chunk
-build-commands:
-- make prefix="$PREFIX"
-install-commands:
-- make prefix="$PREFIX" DESTDIR="$DESTDIR" install
diff --git a/trove/strata/trove/clod.morph b/trove/strata/trove/clod.morph
deleted file mode 100644
index e31ca4fb..00000000
--- a/trove/strata/trove/clod.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: clod
-kind: chunk
-description: Configuration Language Organised (by) Dots.
-build-commands:
-- make
-install-commands:
-- make INST_BASE="$PREFIX" DESTDIR="$DESTDIR" install
diff --git a/trove/strata/trove/gall.morph b/trove/strata/trove/gall.morph
deleted file mode 100644
index c1f2fd47..00000000
--- a/trove/strata/trove/gall.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: gall
-kind: chunk
-description: Git Abstraction Layer for Lua
-build-commands:
-- make
-install-commands:
-- make INST_BASE="$PREFIX" DESTDIR="$DESTDIR" install
diff --git a/trove/strata/trove/gitano.morph b/trove/strata/trove/gitano.morph
deleted file mode 100644
index 962224d5..00000000
--- a/trove/strata/trove/gitano.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: gitano
-kind: chunk
-install-commands:
-- make install INST_ROOT="$PREFIX" DESTDIR="$DESTDIR"
-- cp scripts/htpasswd "$DESTDIR/$PREFIX/bin"
diff --git a/trove/strata/trove/lace.morph b/trove/strata/trove/lace.morph
deleted file mode 100644
index 70752397..00000000
--- a/trove/strata/trove/lace.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: lace
-kind: chunk
-description: Lua Access Control Engine.
-build-commands:
-- make
-install-commands:
-- make INST_BASE="$PREFIX" DESTDIR="$DESTDIR" install
diff --git a/trove/strata/trove/lrexlib-pcre.morph b/trove/strata/trove/lrexlib-pcre.morph
deleted file mode 100644
index 63f3b034..00000000
--- a/trove/strata/trove/lrexlib-pcre.morph
+++ /dev/null
@@ -1,9 +0,0 @@
-name: lrexlib-pcre
-kind: chunk
-description: Lua regular expression library - PCRE build only
-build-commands:
-- gcc -fPIC -DPIC -DVERSION=\"2.7.2\" -o rex_pcre.so -shared src/common.c src/pcre/lpcre.c
- src/pcre/lpcre_f.c -lpcre
-install-commands:
-- mkdir -p $DESTDIR/usr/lib/lua/5.1/
-- cp rex_pcre.so $DESTDIR/usr/lib/lua/5.1/
diff --git a/trove/strata/trove/lua-scrypt.morph b/trove/strata/trove/lua-scrypt.morph
deleted file mode 100644
index 141b8ec3..00000000
--- a/trove/strata/trove/lua-scrypt.morph
+++ /dev/null
@@ -1,4 +0,0 @@
-name: lua-scrypt
-kind: chunk
-install-commands:
-- make lua-5.1-install DESTDIR="$DESTDIR"
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/"
diff --git a/trove/strata/trove/luxio.morph b/trove/strata/trove/luxio.morph
deleted file mode 100644
index 29aabfaf..00000000
--- a/trove/strata/trove/luxio.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: luxio
-kind: chunk
-description: Lua Unix IO (and related stuff).
-build-commands:
-- make lua-5.1
-install-commands:
-- make DESTDIR="$DESTDIR" lua-5.1-install
diff --git a/trove/strata/trove/supple.morph b/trove/strata/trove/supple.morph
deleted file mode 100644
index 6470ba28..00000000
--- a/trove/strata/trove/supple.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: supple
-kind: chunk
-description: Sandbox (for) Untrusted Procedure Partitioning (in) Lua Engine.
-build-commands:
-- make
-install-commands:
-- make INST_BASE="$PREFIX" DESTDIR="$DESTDIR" install
diff --git a/trove/strata/trove/trove-setup.morph b/trove/strata/trove/trove-setup.morph
deleted file mode 100644
index 1f49760f..00000000
--- a/trove/strata/trove/trove-setup.morph
+++ /dev/null
@@ -1,4 +0,0 @@
-name: trove-setup
-kind: chunk
-install-commands:
-- make install DESTDIR="$DESTDIR"