irqbalance: update to 1.0.7.

This commit is contained in:
Juan RP 2013-10-17 10:23:49 +02:00
parent 3cf6eb36d8
commit 509023f9c4
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'irqbalance'
pkgname=irqbalance
version=1.0.5
version=1.0.7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -9,8 +9,8 @@ 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/"
distfiles="https://irqbalance.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=1123e75224b9c0b63ac85892e920bc4a9c76211278ea3d5d4bcbbde44815685c
distfiles="https://irqbalance.googlecode.com/files/${pkgname}-${version}.tar.bz2"
checksum=fed1bb405654be8eda40961667bbe75033667600d828b34419c25a1282e81127
long_desc="
Irqbalance is the Linux utility tasked with making sure that interrupts from
your hardware devices are handled in as efficient a manner as possible
@ -30,6 +30,6 @@ post_install() {
irqbalance_package() {
systemd_services="irqbalance.service on"
pkg_install() {
vmove usr
vmove all
}
}