void-packages/srcpkgs/irqbalance/template

25 lines
756 B
Plaintext
Raw Normal View History

2012-08-16 16:05:41 +00:00
# Template file for 'irqbalance'
pkgname=irqbalance
2014-12-18 07:46:58 +00:00
version=1.0.8
revision=1
2014-10-13 12:03:54 +00:00
build_options="systemd"
2012-08-16 16:05:41 +00:00
build_style=gnu-configure
2014-02-20 11:12:46 +00:00
hostmakedepends="automake libtool pkg-config"
makedepends="libglib-devel libcap-ng-devel libnuma-devel"
2012-08-16 16:05:41 +00:00
short_desc="Handholding your interrupts for power and performance"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
2014-12-18 07:46:58 +00:00
homepage="https://github.com/Irqbalance/irqbalance"
2014-02-20 11:12:46 +00:00
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
2014-12-18 07:46:58 +00:00
checksum=9329941b9d6b9edcba045534dbe33a1b681fa8339c94e08d9fd8aad52a7e0d65
2014-02-20 11:12:46 +00:00
pre_configure() {
2014-12-18 07:46:58 +00:00
NOCONFIGURE=1 ./autogen.sh
2014-02-20 11:12:46 +00:00
}
2012-08-16 16:05:41 +00:00
post_install() {
2014-10-13 12:03:54 +00:00
vsv ${pkgname}
if [ "$build_option_systemd" ]; then
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
fi
2012-08-16 16:05:41 +00:00
}