From 0ce6de7adbd5fe6b268e1b8a1422cdfeb7cdebf5 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 14 Apr 2014 12:22:53 +0000 Subject: Add chunk morphologies to definitions repository --- chunks/ruby-1.8.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 chunks/ruby-1.8.morph (limited to 'chunks/ruby-1.8.morph') diff --git a/chunks/ruby-1.8.morph b/chunks/ruby-1.8.morph new file mode 100644 index 00000000..237b46f5 --- /dev/null +++ b/chunks/ruby-1.8.morph @@ -0,0 +1,11 @@ +name: ruby-1.8 +kind: chunk +repo: upstream:ruby +ref: 7a24f1710028d568ad61d0aa49d5178260178d77 +configure-commands: +- autoconf +- ./configure --prefix=/usr --program-suffix=-1.8 +build-commands: +- make +install-commands: +- make DESTDIR="$DESTDIR" install -- cgit v1.2.1