irqbalance: update to 1.0.7.
This commit is contained in:
parent
3cf6eb36d8
commit
509023f9c4
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'irqbalance'
|
# Template file for 'irqbalance'
|
||||||
pkgname=irqbalance
|
pkgname=irqbalance
|
||||||
version=1.0.5
|
version=1.0.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,8 +9,8 @@ short_desc="Handholding your interrupts for power and performance"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://code.google.com/p/irqbalance/"
|
homepage="https://code.google.com/p/irqbalance/"
|
||||||
distfiles="https://irqbalance.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
distfiles="https://irqbalance.googlecode.com/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=1123e75224b9c0b63ac85892e920bc4a9c76211278ea3d5d4bcbbde44815685c
|
checksum=fed1bb405654be8eda40961667bbe75033667600d828b34419c25a1282e81127
|
||||||
long_desc="
|
long_desc="
|
||||||
Irqbalance is the Linux utility tasked with making sure that interrupts from
|
Irqbalance is the Linux utility tasked with making sure that interrupts from
|
||||||
your hardware devices are handled in as efficient a manner as possible
|
your hardware devices are handled in as efficient a manner as possible
|
||||||
|
@ -30,6 +30,6 @@ post_install() {
|
||||||
irqbalance_package() {
|
irqbalance_package() {
|
||||||
systemd_services="irqbalance.service on"
|
systemd_services="irqbalance.service on"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue