From 2b10a9677817377618e33d2b07ab7caefe316633 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 18 Aug 2014 17:05:22 +0000 Subject: Re-organise definitions with scripts/organise-morphologies.py --- strata/core/libexpat.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 strata/core/libexpat.morph (limited to 'strata/core/libexpat.morph') diff --git a/strata/core/libexpat.morph b/strata/core/libexpat.morph new file mode 100644 index 00000000..1e0fe696 --- /dev/null +++ b/strata/core/libexpat.morph @@ -0,0 +1,9 @@ +name: libexpat +kind: chunk +configure-commands: +- autoreconf -i +- ./configure --prefix="${PREFIX-/usr}" +build-commands: +- make +install-commands: +- make DESTDIR="$DESTDIR" install -- cgit v1.2.1