summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-02-26 13:41:42 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-02-26 13:43:49 +0000
commit6c05c615c95ffef7a8a5a707cde0bb52bdd74244 (patch)
treece903c0c3a36d27c0e664b4164327e64a8936e0e
parent645ab0236d8d22df7400e5231360dac7d11847b6 (diff)
parent02e19f5c979d1825c50518b43587305cf80a412c (diff)
downloadlibsndfile-6c05c615c95ffef7a8a5a707cde0bb52bdd74244.tar.gz
Merge branch 'master' of ssh://trove.baserock.org/delta/libsndfilebaserock/morph
-rw-r--r--libsndfile.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/libsndfile.morph b/libsndfile.morph
new file mode 100644
index 0000000..1d45922
--- /dev/null
+++ b/libsndfile.morph
@@ -0,0 +1,8 @@
+{
+ "name": "libsndfile",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --prefix=\"$PREFIX\" --disable-external-libs"
+ ]
+}