void-packages/srcpkgs/irqbalance/template
2015-12-06 09:20:38 +01:00

24 lines
695 B
Bash

# Template file for 'irqbalance'
pkgname=irqbalance
version=1.1.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="libglib-devel libcap-ng-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=91506e638b03bf27cf5da7dc250d58a753ce8a0288a20265fc7ff0266040706b
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel";;
esac
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vsv ${pkgname}
}