From aa85df216ef454a47f2d6d027fcec2400d1083e3 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 14 Apr 2014 16:02:36 +0000 Subject: Add chunk morphologies to the definitions repository --- chunks/ruby-1.9.morph | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 chunks/ruby-1.9.morph (limited to 'chunks/ruby-1.9.morph') diff --git a/chunks/ruby-1.9.morph b/chunks/ruby-1.9.morph new file mode 100644 index 00000000..bed6efa7 --- /dev/null +++ b/chunks/ruby-1.9.morph @@ -0,0 +1,12 @@ +name: ruby-1.9 +kind: chunk +repo: upstream:ruby +ref: cb3ea602294b5038b5f7ac21d3875a2b52342956 +unpetrify-ref: baserock/morph/ruby_1_9_3 +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