summaryrefslogtreecommitdiff
path: root/strata/ruby/ruby.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ruby/ruby.def')
-rw-r--r--strata/ruby/ruby.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/ruby/ruby.def b/strata/ruby/ruby.def
new file mode 100644
index 00000000..13ab2d44
--- /dev/null
+++ b/strata/ruby/ruby.def
@@ -0,0 +1,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