summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-28 15:01:45 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-28 15:01:45 +0100
commitf4b3e0551a8663f5c0a589c09d0ac2102e8c6a84 (patch)
tree2f0dfe09f5d1de252edaed367ed59738e93850f0
parentf27929f0efe887d0c8be91b030d5e8c1c8aaecd6 (diff)
downloadlibapr-baserock/morph.tar.gz
Add morphologybaserock/morph
-rw-r--r--libapr.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/libapr.morph b/libapr.morph
new file mode 100644
index 000000000..8dee77696
--- /dev/null
+++ b/libapr.morph
@@ -0,0 +1,9 @@
+{
+ "name": "libapr",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./buildconf --verbose",
+ "./configure --prefix \"$PREFIX\""
+ ]
+}