mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
irqbalance: update to 1.7.0.
This commit is contained in:
parent
890f31c9a4
commit
e0b0818bec
2 changed files with 6 additions and 4 deletions
|
@ -1,2 +1,4 @@
|
||||||
#!/bin/sh
|
#!/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'
|
# Template file for 'irqbalance'
|
||||||
pkgname=irqbalance
|
pkgname=irqbalance
|
||||||
version=1.6.0
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/Irqbalance/irqbalance"
|
homepage="https://github.com/Irqbalance/irqbalance"
|
||||||
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
||||||
checksum=5ace9dd69d5190e24ee34210c3131333e9963e3ba649bf9237eabb4313c300d2
|
checksum=28f2ad35945b93d90f4a5bad95b4c0871a0f644375f746ec16f61045b9ec970e
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";;
|
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";;
|
||||||
|
@ -21,5 +21,5 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv ${pkgname}
|
vsv irqbalance
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue