summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-03 16:42:01 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-03 17:25:59 +0000
commit6b36202a01c301d9c43c1e5351287021e704fbd9 (patch)
tree79a543dc6cf418c421affb9dc1733cb625a8f997
parentc513cbea0c8a4897f03df291903e9f0f581b3639 (diff)
downloadruby-6b36202a01c301d9c43c1e5351287021e704fbd9.tar.gz
add ruby.morph
-rw-r--r--ruby.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/ruby.morph b/ruby.morph
new file mode 100644
index 0000000000..c5d4afe1a6
--- /dev/null
+++ b/ruby.morph
@@ -0,0 +1,9 @@
+name: ruby
+kind: chunk
+configure-commands:
+- autoconf
+- ./configure --prefix=/usr --enable-shared --with-baseruby=/usr/bin/ruby-1.8
+build-commands:
+- make
+install-commands:
+- make DESTDIR=$DESTDIR install