void-packages/srcpkgs/irqbalance/template
Juan RP 15d1f23369 irqbalance: update to 1.6.0.
Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-05 14:07:26 +02:00

26 lines
725 B
Bash

# Template file for 'irqbalance'
pkgname=irqbalance
version=1.6.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="libcap-ng-devel libglib-devel ncurses-devel"
short_desc="Handholding your interrupts for power and performance"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/Irqbalance/irqbalance"
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
checksum=5ace9dd69d5190e24ee34210c3131333e9963e3ba649bf9237eabb4313c300d2
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";;
esac
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vsv ${pkgname}
}