From 343012de057c215ee49fec4c03b5439b4b39e1a7 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 17 Jan 2012 17:37:44 +0000 Subject: add morph --- libexpat.morph | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libexpat.morph diff --git a/libexpat.morph b/libexpat.morph new file mode 100644 index 0000000..cd7f42b --- /dev/null +++ b/libexpat.morph @@ -0,0 +1,14 @@ +{ + "name": "libexpat", + "kind": "chunk", + "configure-commands": [ + "sh buildconf.sh", + "./configure --prefix=/usr" + ], + "build-commands": [ + "make" + ], + "install-commands": [ + "make DESTDIR=\"$DESTDIR\" install" + ] +} -- cgit v1.2.1