diff options
Diffstat (limited to 'repos/extra/dbus/abuild')
| -rw-r--r-- | repos/extra/dbus/abuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/repos/extra/dbus/abuild b/repos/extra/dbus/abuild new file mode 100644 index 00000000..0ec42b5a --- /dev/null +++ b/repos/extra/dbus/abuild @@ -0,0 +1,15 @@ +name=dbus +version=1.14.10 +release=1 +source="https://$name.freedesktop.org/releases/$name/$name-$version.tar.xz + run" +sv="run" +build_opt=" + --disable-doxygen-docs + --disable-xml-docs + --disable-static + --with-systemduserunitdir=no + --with-systemdsystemunitdir=no + --with-system-socket=/run/dbus/system_bus_socket + --with-console-auth-dir=/run/console +" |