dbus: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 18:34:25 +02:00
parent 07b8aecda0
commit 4ed206f97b

View file

@ -1,14 +1,13 @@
# Template file for 'dbus'
pkgname=dbus
version=1.6.2
revision=1
homepage="http://dbus.freedesktop.org/"
distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz"
revision=2
build_style=gnu-configure
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
--disable-dnotify --enable-inotify --with-dbus-user=dbus
--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests
--disable-doxygen-docs --disable-xml-docs --disable-tests --enable-systemd
--with-systemdsystemunitdir=/lib/systemd/system --enable-epoll"
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-epoll
--disable-asserts"
makedepends="pkg-config expat-devel libX11-devel systemd-devel"
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
subpackages="dbus-devel dbus-libs dbus-x11"
@ -16,6 +15,8 @@ system_accounts="dbus"
short_desc="Message bus system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://dbus.freedesktop.org/"
distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz"
checksum=2bf210e549fbf801fef32ba132284bcd10021d1d9e52fc29097fe1333b54c2ea
long_desc="
D-BUS is a message bus, used for sending messages between applications.