summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-08 11:46:45 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-08 11:46:45 +0000
commit54c9d89f2546797909d4c2dee3d89b191f47b1ab (patch)
tree04cd1d3a109af96cb2729a01235027187e3005e2
parent34e721f72d64f2de3aeed45ab416557c1c32ef43 (diff)
downloadbluez-54c9d89f2546797909d4c2dee3d89b191f47b1ab.tar.gz
Add morphology to build/install test programs and tools
-rw-r--r--bluez.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/bluez.morph b/bluez.morph
new file mode 100644
index 000000000..2a7011c7e
--- /dev/null
+++ b/bluez.morph
@@ -0,0 +1,10 @@
+{
+ "name": "bluez",
+ "description": "Bluetooth protocol stack for Linux",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "autoreconf -ivf",
+ "./configure --prefix=\"$PREFIX\" --enable-tools --enable-test"
+ ]
+}