mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
rtkit: add rtkit service
This commit is contained in:
parent
b704d98d16
commit
2a51ba586a
2 changed files with 4 additions and 1 deletions
2
srcpkgs/rtkit/files/rtkit/run
Normal file
2
srcpkgs/rtkit/files/rtkit/run
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec /usr/libexec/rtkit-daemon
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rtkit'
|
# Template file for 'rtkit'
|
||||||
pkgname=rtkit
|
pkgname=rtkit
|
||||||
version=0.11
|
version=0.11
|
||||||
revision=13
|
revision=14
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="dbus-devel libcap-devel"
|
makedepends="dbus-devel libcap-devel"
|
||||||
|
@ -21,4 +21,5 @@ post_install() {
|
||||||
|
|
||||||
sed -n '7,28p' < rtkit.h > LICENSE
|
sed -n '7,28p' < rtkit.h > LICENSE
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vsv rtkit
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue