rtkit: enable systemd support.
This commit is contained in:
parent
7183253730
commit
8f0e6a4104
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue