summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-02 10:58:06 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-02 10:58:06 +0100
commite8fbf27fb69d30f1fe77691239f529d0667be363 (patch)
tree9c6fd260edb6c023bc3b15c26bcc39349ebe3133
parent2ac236dcbd90bd33bfeac4f699763c3baef4038e (diff)
downloadruby-e8fbf27fb69d30f1fe77691239f529d0667be363.tar.gz
Add ruby-1.8.morph to build the chunk
-rw-r--r--ruby-1.8.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/ruby-1.8.morph b/ruby-1.8.morph
new file mode 100644
index 0000000000..1273e903d7
--- /dev/null
+++ b/ruby-1.8.morph
@@ -0,0 +1,14 @@
+{
+ "name": "ruby-1.8",
+ "kind": "chunk",
+ "configure-commands": [
+ "autoconf",
+ "./configure --prefix=/usr --program-suffix=-1.8"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}