void-packages/srcpkgs/irqbalance/template

25 lines
695 B
Bash
Raw Normal View History

2012-08-16 16:05:41 +00:00
# Template file for 'irqbalance'
pkgname=irqbalance
2015-03-17 07:28:53 +00:00
version=1.0.9
revision=7
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"
2015-06-21 17:38:14 +00:00
makedepends="libglib-devel libcap-ng-devel"
2012-08-16 16:05:41 +00:00
short_desc="Handholding your interrupts for power and performance"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-08-16 16:05:41 +00:00
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"
2015-03-17 07:28:53 +00:00
checksum=f1b8115948bb9f0bc36b9d7143ee8be751a294bc189d311408e753acc37169c3
2014-02-20 11:12:46 +00:00
2015-06-21 18:30:37 +00:00
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel";;
2015-06-21 18:30:37 +00:00
esac
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}
2012-08-16 16:05:41 +00:00
}