From 8f0e6a41042f9ec43dc9e5d98c1441701b98df5f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 8 Oct 2011 18:36:31 +0200 Subject: [PATCH] rtkit: enable systemd support. --- srcpkgs/rtkit/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/rtkit/template b/srcpkgs/rtkit/template index e642914d031..ef37d8143be 100644 --- a/srcpkgs/rtkit/template +++ b/srcpkgs/rtkit/template @@ -1,10 +1,14 @@ # Template file for 'rtkit' pkgname=rtkit version=0.10 +revision=1 +homepage="http://git.0pointer.de/?p=rtkit.git" distfiles="http://0pointer.de/public/$pkgname-$version.tar.gz" build_style=gnu_configure +configure_args="--with-systemdsystemunitdir=/lib/systemd/system" short_desc="Realtime Policy and Watchdog Daemon" maintainer="Juan RP " +license="BSD, GPL-2" checksum=74ea93ac09d9d5a7cb85bf57ec92090311c9fb105a41bdd633adcf3b94472120 long_desc=" RealtimeKit is a D-Bus system service that changes the scheduling policy of @@ -18,7 +22,6 @@ rtkit_homedir="/proc" Add_dependency run glibc Add_dependency run libcap Add_dependency run dbus-libs -Add_dependency build dbus-devel Add_dependency build pkg-config Add_dependency build dbus-devel Add_dependency build libcap-devel