irqbalance: add patch for --foreground argument (Arch).

This commit is contained in:
Juan RP 2012-08-16 18:13:51 +02:00
parent e7b519dc48
commit b45662a70e
2 changed files with 1591 additions and 2 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,10 +1,11 @@
# Template file for 'irqbalance' # Template file for 'irqbalance'
pkgname=irqbalance pkgname=irqbalance
version=1.0.3 version=1.0.3
revision=1 revision=2
patch_args="-lNp1"
build_style=gnu-configure build_style=gnu-configure
systemd_services="${pkgname}.service on" systemd_services="${pkgname}.service on"
makedepends="pkg-config glib-devel libcap-ng-devel libnuma-devel" makedepends="automake 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"
@ -23,6 +24,10 @@ 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
} }