rtkit: switch to /usr.
This commit is contained in:
parent
eb70aaf7c0
commit
138658d299
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'rtkit'
|
# Template file for 'rtkit'
|
||||||
pkgname=rtkit
|
pkgname=rtkit
|
||||||
version=0.10
|
version=0.10
|
||||||
revision=5
|
revision=6
|
||||||
homepage="http://git.0pointer.de/?p=rtkit.git"
|
|
||||||
distfiles="http://0pointer.de/public/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-systemdsystemunitdir=/lib/systemd/system"
|
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||||
makedepends="pkg-config dbus-devel libcap-devel"
|
makedepends="pkg-config dbus-devel libcap-devel"
|
||||||
system_accounts="rtkit"
|
system_accounts="rtkit"
|
||||||
rtkit_homedir="/proc"
|
rtkit_homedir="/proc"
|
||||||
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"
|
license="BSD, GPL-2"
|
||||||
|
homepage="http://git.0pointer.de/?p=rtkit.git"
|
||||||
|
distfiles="http://0pointer.de/public/$pkgname-$version.tar.gz"
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue