mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/irqbalance to 1.1.0-1
This commit is contained in:
parent
a1014ecb33
commit
553c0afc48
2 changed files with 10 additions and 11 deletions
|
@ -3,22 +3,19 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed dependency on numactl
|
||||
# - updated source to new location
|
||||
# - run autogen.sh
|
||||
|
||||
pkgname=irqbalance
|
||||
pkgver=1.0.8
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="IRQ balancing daemon for SMP systems"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://code.google.com/p/irqbalance"
|
||||
url="https://github.com/Irqbalance/irqbalance"
|
||||
license=('GPL')
|
||||
depends=(glib2 libcap-ng)
|
||||
makedepends=(pkgconfig)
|
||||
source=("https://github.com/Irqbalance/irqbalance/archive/v${pkgver}.tar.gz"
|
||||
'irqbalance.service')
|
||||
md5sums=('2a7090abab6bba15d632c24f5554e7ae'
|
||||
'a97ad17dc7df98b81acb500b27f931e5')
|
||||
depends=('glib2' 'libcap-ng')
|
||||
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz
|
||||
irqbalance.service)
|
||||
md5sums=('b15d975336080bcac4be0c1752d43cf3'
|
||||
'767061c257b26cc3e3c4a5e462166579')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -30,5 +27,6 @@ build() {
|
|||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make install DESTDIR="$pkgdir"
|
||||
install -D -m644 ../irqbalance.service "$pkgdir"/usr/lib/systemd/system/irqbalance.service
|
||||
install -D -m644 ../irqbalance.service \
|
||||
"$pkgdir"/usr/lib/systemd/system/irqbalance.service
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@ Description=CPU Interrupt Request Balancer
|
|||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/irqbalance --foreground
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue