summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-05 17:56:04 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-05 17:56:04 +0000
commitf12208425051a7abf5ffc87ac2b9d2bd9e096fe1 (patch)
treeb7b0869d0565c0b78a237b270c544a1a7149ef1b
parent6017849f1b9d406ac2c882ddbde408ada38c3d61 (diff)
downloadalsa-utils-baserock/morph.tar.gz
Add morphology for alsa-utilsbaserock/morph
-rw-r--r--alsa-utils.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/alsa-utils.morph b/alsa-utils.morph
new file mode 100644
index 0000000..3e52b65
--- /dev/null
+++ b/alsa-utils.morph
@@ -0,0 +1,10 @@
+{
+ "name": "alsa-utils",
+ "description": "ALSA utilities",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "autoreconf -ifv",
+ "./configure --prefix=\"$PREFIX\" --disable-xmlto"
+ ]
+}