void-packages/srcpkgs/rtkit/template

31 lines
820 B
Text
Raw Normal View History

2010-11-19 21:23:07 +00:00
# Template file for 'rtkit'
pkgname=rtkit
2012-08-10 04:04:32 +00:00
version=0.11
revision=4
build_style=gnu-configure
2013-03-29 12:26:44 +00:00
configure_args="LIBS=-lrt --with-systemdsystemunitdir=/usr/lib/systemd/system"
2010-11-19 21:23:07 +00:00
short_desc="Realtime Policy and Watchdog Daemon"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-08 16:36:31 +00:00
license="BSD, GPL-2"
2012-07-09 16:25:11 +00:00
homepage="http://git.0pointer.de/?p=rtkit.git"
2012-08-10 04:04:32 +00:00
distfiles="http://0pointer.de/public/$pkgname-$version.tar.xz"
checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0
makedepends="pkg-config dbus-devel libcap-devel"
2010-11-19 21:23:07 +00:00
post_install() {
2010-11-19 21:23:07 +00:00
# DBus configuration
2012-08-10 04:04:32 +00:00
vmkdir usr/share/dbus-1/interfaces
2010-11-19 21:23:07 +00:00
./rtkit-daemon --introspect > \
${DESTDIR}/usr/share/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
}
rtkit_package() {
depends="shadow"
system_accounts="rtkit"
rtkit_homedir="/proc"
pkg_install() {
vmove usr
}
}