irqbalance: update to 1.0.4.
This commit is contained in:
parent
3a25505cb0
commit
eb9bad98d0
File diff suppressed because it is too large
Load Diff
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'irqbalance'
|
# Template file for 'irqbalance'
|
||||||
pkgname=irqbalance
|
pkgname=irqbalance
|
||||||
version=1.0.3
|
version=1.0.4
|
||||||
revision=2
|
revision=1
|
||||||
patch_args="-lNp1"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
systemd_services="${pkgname}.service on"
|
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"
|
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=fd97b7d1570e807a134bc25a0bfb97ebed16ae7dbe2e3583db217c3a3960c7df
|
checksum=15725edf4a6f20258620cbd05ebf02d0c25aadd5ffa4871ef8507c9215021c43
|
||||||
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
|
||||||
|
@ -24,11 +23,6 @@ long_desc="
|
||||||
performs its job right, nobody will ever notice it's there or want to turn it
|
performs its job right, nobody will ever notice it's there or want to turn it
|
||||||
off."
|
off."
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue