diff options
Diffstat (limited to '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 |