rtkit: this needs polkit dbus service at run-time.
This commit is contained in:
parent
4a9d1526a1
commit
9946bd401c
1 changed files with 6 additions and 9 deletions
|
@ -1,23 +1,20 @@
|
|||
# Template file for 'rtkit'
|
||||
pkgname=rtkit
|
||||
version=0.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
makedepends="pkg-config dbus-devel libcap-devel"
|
||||
system_accounts="rtkit"
|
||||
rtkit_homedir="/proc"
|
||||
short_desc="Realtime Policy and Watchdog Daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD, GPL-2"
|
||||
homepage="http://git.0pointer.de/?p=rtkit.git"
|
||||
distfiles="http://0pointer.de/public/$pkgname-$version.tar.xz"
|
||||
checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0
|
||||
long_desc="
|
||||
RealtimeKit is a D-Bus system service that changes the scheduling policy of
|
||||
user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request.
|
||||
It is intended to be used as a secure mechanism to allow real-time scheduling
|
||||
to be used by normal user processes."
|
||||
|
||||
depends="polkit"
|
||||
makedepends="pkg-config dbus-devel libcap-devel"
|
||||
system_accounts="rtkit"
|
||||
rtkit_homedir="/proc"
|
||||
|
||||
post_install() {
|
||||
# DBus configuration
|
||||
|
|
Loading…
Reference in a new issue