diff options
author | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2014-05-03 16:42:01 +0000 |
---|---|---|
committer | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2014-05-03 17:25:59 +0000 |
commit | 6b36202a01c301d9c43c1e5351287021e704fbd9 (patch) | |
tree | 79a543dc6cf418c421affb9dc1733cb625a8f997 | |
parent | c513cbea0c8a4897f03df291903e9f0f581b3639 (diff) | |
download | ruby-6b36202a01c301d9c43c1e5351287021e704fbd9.tar.gz |
add ruby.morph
-rw-r--r-- | ruby.morph | 9 |
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 |