summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
+}