irqbalance: update to 1.0.4.

This commit is contained in:
Juan RP 2012-09-05 07:07:29 +02:00
parent 3a25505cb0
commit eb9bad98d0
2 changed files with 5 additions and 1595 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,16 @@
# Template file for 'irqbalance'
pkgname=irqbalance
version=1.0.3
revision=2
patch_args="-lNp1"
version=1.0.4
revision=1
build_style=gnu-configure
systemd_services="${pkgname}.service on"
makedepends="automake pkg-config glib-devel libcap-ng-devel libnuma-devel"
makedepends="pkg-config glib-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/"
distfiles="https://irqbalance.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=fd97b7d1570e807a134bc25a0bfb97ebed16ae7dbe2e3583db217c3a3960c7df
distfiles="https://irqbalance.googlecode.com/files/${pkgname}-${version}.tar.bz2"
checksum=15725edf4a6f20258620cbd05ebf02d0c25aadd5ffa4871ef8507c9215021c43
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
@ -24,11 +23,6 @@ long_desc="
performs its job right, nobody will ever notice it's there or want to turn it
off."
pre_configure() {
autoreconf -fi
}
post_install() {
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
}