summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-08 11:46:45 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2012-12-13 11:02:27 +0000
commitd273e773cddad46d45c93de5eda4a485f77376b9 (patch)
tree6451d9ed1647a3e0aeb78c7dc0ad27062da52784
parent67ef3ac83752e3705fad55eb25586e1d21e44c2e (diff)
downloadbluez-d273e773cddad46d45c93de5eda4a485f77376b9.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"
+ ]
+}