summaryrefslogtreecommitdiff
path: root/strata/ruby/ruby.morph
blob: c5d4afe1a6be3bdced7b3e85a13b59e9edd0413a (plain)
1
2
3
4
5
6
7
8
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