From a6bb927aa0fc834a6f6ee7fa4b85bd0b21e41804 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 28 Aug 2012 17:25:29 +0100 Subject: Add morphology --- libapr-util.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libapr-util.morph diff --git a/libapr-util.morph b/libapr-util.morph new file mode 100644 index 0000000..3aa9859 --- /dev/null +++ b/libapr-util.morph @@ -0,0 +1,8 @@ +{ + "name": "libapr-util-tarball", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [ + "./configure --prefix \"$PREFIX\" --with-apr=/usr/bin/apr-1-config" + ] +} -- cgit v1.2.1