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:21:00 +0000
commit0a347b098d6804f7e0b89a21f9d9f27c13521b48 (patch)
treeea61d49e17980d0261bb457df7adfa0088426ce8
parentf03d6510cda86e3828d7123dd0dd901ceb2f7c20 (diff)
downloadruby-baserock/ruby_2_1.tar.gz
add ruby.morphbaserock/ruby_2_1
-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