rtkit: enable systemd support.
This commit is contained in:
parent
7183253730
commit
8f0e6a4104
1 changed files with 4 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
||||||
# Template file for 'rtkit'
|
# Template file for 'rtkit'
|
||||||
pkgname=rtkit
|
pkgname=rtkit
|
||||||
version=0.10
|
version=0.10
|
||||||
|
revision=1
|
||||||
|
homepage="http://git.0pointer.de/?p=rtkit.git"
|
||||||
distfiles="http://0pointer.de/public/$pkgname-$version.tar.gz"
|
distfiles="http://0pointer.de/public/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
configure_args="--with-systemdsystemunitdir=/lib/systemd/system"
|
||||||
short_desc="Realtime Policy and Watchdog Daemon"
|
short_desc="Realtime Policy and Watchdog Daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="BSD, GPL-2"
|
||||||
checksum=74ea93ac09d9d5a7cb85bf57ec92090311c9fb105a41bdd633adcf3b94472120
|
checksum=74ea93ac09d9d5a7cb85bf57ec92090311c9fb105a41bdd633adcf3b94472120
|
||||||
long_desc="
|
long_desc="
|
||||||
RealtimeKit is a D-Bus system service that changes the scheduling policy of
|
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 glibc
|
||||||
Add_dependency run libcap
|
Add_dependency run libcap
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
Add_dependency build dbus-devel
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build dbus-devel
|
Add_dependency build dbus-devel
|
||||||
Add_dependency build libcap-devel
|
Add_dependency build libcap-devel
|
||||||
|
|
Loading…
Reference in a new issue