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/curl.morph | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 chunks/curl.morph (limited to 'chunks/curl.morph') diff --git a/chunks/curl.morph b/chunks/curl.morph new file mode 100644 index 00000000..86c4e322 --- /dev/null +++ b/chunks/curl.morph @@ -0,0 +1,12 @@ +name: curl +kind: chunk +repo: upstream:curl +ref: 3c835adc9fe20f7b34df3f0abd4db6ff8b75bc3b +unpetrify-ref: baserock/morph +configure-commands: +- ./buildconf +- ./configure --disable-manual --prefix="$PREFIX" +build-commands: +- make +install-commands: +- make DESTDIR="$DESTDIR" install -- cgit v1.2.1