mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
irqbalance: add patch for --foreground argument (Arch).
This commit is contained in:
parent
e7b519dc48
commit
b45662a70e
2 changed files with 1591 additions and 2 deletions
1584
srcpkgs/irqbalance/patches/irqbalance-2011-08-09.patch
Normal file
1584
srcpkgs/irqbalance/patches/irqbalance-2011-08-09.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue