mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/irqbalance to 1.3.0-2.1
This commit is contained in:
parent
944901fcad
commit
50141789fe
1 changed files with 7 additions and 3 deletions
|
@ -3,10 +3,11 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed dependency on numactl
|
||||
# - upstream patch for AArch64
|
||||
|
||||
pkgname=irqbalance
|
||||
pkgver=1.3.0
|
||||
pkgrel=2
|
||||
pkgrel=2.1
|
||||
pkgdesc="IRQ balancing daemon for SMP systems"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Irqbalance/irqbalance"
|
||||
|
@ -15,13 +16,16 @@ backup=('etc/irqbalance.env')
|
|||
depends=('glib2' 'libcap-ng' 'libsystemd')
|
||||
makedepends=('systemd')
|
||||
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz
|
||||
config.patch)
|
||||
config.patch
|
||||
https://github.com/Irqbalance/irqbalance/commit/d88f69c09f5517655272a3ab10e7f86b3d7e99f4.patch)
|
||||
sha1sums=('2797747812d65fcfa83d7e3610857e6326df933a'
|
||||
'f5750dd9b53ef77c3dcb46ea70622c6c4d462888')
|
||||
'f5750dd9b53ef77c3dcb46ea70622c6c4d462888'
|
||||
'dbe6e900d0addfd500016caa42867780c3c50513')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
patch -p1 < ../config.patch
|
||||
patch -p1 < ../d88f69c09f5517655272a3ab10e7f86b3d7e99f4.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue