rtkit: add rtkit service

This commit is contained in:
Daniel Santana 2018-05-12 22:28:26 -03:00 committed by maxice8
parent b704d98d16
commit 2a51ba586a
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /usr/libexec/rtkit-daemon

View file

@ -1,7 +1,7 @@
# Template file for 'rtkit'
pkgname=rtkit
version=0.11
revision=13
revision=14
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="dbus-devel libcap-devel"
@ -21,4 +21,5 @@ post_install() {
sed -n '7,28p' < rtkit.h > LICENSE
vlicense LICENSE
vsv rtkit
}