From 6b36202a01c301d9c43c1e5351287021e704fbd9 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Sat, 3 May 2014 16:42:01 +0000 Subject: add ruby.morph --- ruby.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ruby.morph 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 -- cgit v1.2.1