irqbalance: update to 1.7.0.
This commit is contained in:
parent
890f31c9a4
commit
e0b0818bec
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec irqbalance -f
|
||||
[ -r conf ] && . ./conf
|
||||
install -d -m0755 /run/irqbalance
|
||||
exec irqbalance -f $OPTS
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'irqbalance'
|
||||
pkgname=irqbalance
|
||||
version=1.6.0
|
||||
version=1.7.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@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
|
||||
checksum=28f2ad35945b93d90f4a5bad95b4c0871a0f644375f746ec16f61045b9ec970e
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";;
|
||||
|
@ -21,5 +21,5 @@ pre_configure() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vsv ${pkgname}
|
||||
vsv irqbalance
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue