summaryrefslogtreecommitdiff
path: root/chunks/dbus.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-14 16:02:36 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-14 16:13:23 +0000
commitaa85df216ef454a47f2d6d027fcec2400d1083e3 (patch)
treeeb238277d6e9f1c7be5d99043d507d9c0e5961ff /chunks/dbus.morph
parent519294adf840fd3981a9aafc7744d3fe66301c68 (diff)
downloaddefinitions-aa85df216ef454a47f2d6d027fcec2400d1083e3.tar.gz
Add chunk morphologies to the definitions repository
Diffstat (limited to 'chunks/dbus.morph')
-rw-r--r--chunks/dbus.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/chunks/dbus.morph b/chunks/dbus.morph
new file mode 100644
index 00000000..f9e2ae34
--- /dev/null
+++ b/chunks/dbus.morph
@@ -0,0 +1,13 @@
+name: dbus
+kind: chunk
+repo: upstream:dbus
+ref: f2e4718bf42f507684949ebf484aa94df42abbbe
+unpetrify-ref: baserock/v1.8.0
+build-system: autotools
+configure-commands:
+- sh autogen.sh --no-configure
+- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc
+build-commands:
+- make XMLTO_OUTPUT=
+install-commands:
+- make XMLTO_OUTPUT= DESTDIR="$DESTDIR" install