25 lines
759 B
Bash
25 lines
759 B
Bash
# Template file for 'irqbalance'
|
|
pkgname=irqbalance
|
|
version=1.0.9
|
|
revision=1
|
|
build_options="systemd"
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="libglib-devel libcap-ng-devel libnuma-devel"
|
|
short_desc="Handholding your interrupts for power and performance"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/Irqbalance/irqbalance"
|
|
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
|
checksum=f1b8115948bb9f0bc36b9d7143ee8be751a294bc189d311408e753acc37169c3
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
post_install() {
|
|
vsv ${pkgname}
|
|
if [ "$build_option_systemd" ]; then
|
|
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
|
|
fi
|
|
}
|