irqbalance: update to 1.0.8.
This commit is contained in:
parent
b3ef12ef8e
commit
3b58770ef2
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'irqbalance'
|
||||
pkgname=irqbalance
|
||||
version=1.0.7
|
||||
revision=3
|
||||
version=1.0.8
|
||||
revision=1
|
||||
build_options="systemd"
|
||||
replaces="runit-void<20141013_2"
|
||||
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@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://code.google.com/p/irqbalance/"
|
||||
homepage="https://github.com/Irqbalance/irqbalance"
|
||||
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
||||
checksum=8c3916780d254b74fb1c7ec22876d63ac01f1b32776d9204a604b73c8f591d2a
|
||||
checksum=9329941b9d6b9edcba045534dbe33a1b681fa8339c94e08d9fd8aad52a7e0d65
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
post_install() {
|
||||
vsv ${pkgname}
|
||||
|
|
Loading…
Reference in New Issue