summaryrefslogtreecommitdiff
path: root/strata/ruby/ruby.def
blob: 13ab2d44a0793d5247c4f8adce10df2c0e4c9757 (plain)
1
2
3
4
5
6
7
8
name: ruby
configure-commands:
- autoconf
- ./configure --prefix=/usr --enable-shared --with-baseruby=/usr/bin/ruby-1.8
build-commands:
- make
install-commands:
- make DESTDIR=$DESTDIR install