irqbalance: update to 1.4.0.
Closes #14410. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
6d012a7d12
commit
7b09ddad44
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'irqbalance'
|
||||
pkgname=irqbalance
|
||||
version=1.3.0
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="ncurses-devel libglib-devel libcap-ng-devel"
|
||||
makedepends="libcap-ng-devel libglib-devel ncurses-devel"
|
||||
short_desc="Handholding your interrupts for power and performance"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/Irqbalance/irqbalance"
|
||||
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
||||
checksum=41c2c0842d8fb24240d8069b389cd8d1669625a40009a17ad886967845dc6e43
|
||||
checksum=62de71510a2496fcf027efb0b288dd48e53e9efc931fa573c95580cad6264d07
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
||||
|
@ -19,6 +19,7 @@ esac
|
|||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv ${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue