From 35250b5c5dce29b6ffa9655d3cc2264f51a7ccc6 Mon Sep 17 00:00:00 2001 From: Ben Brewer Date: Tue, 20 Nov 2012 11:02:37 +0000 Subject: Add morph file to afbus branch --- dbus.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dbus.morph diff --git a/dbus.morph b/dbus.morph new file mode 100644 index 00000000..a4666514 --- /dev/null +++ b/dbus.morph @@ -0,0 +1,15 @@ +{ + "name": "dbus", + "kind": "chunk", + "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" + ] +} -- cgit v1.2.1