# Compiling Time: 0.01 SBU # Maintainer: Miklos Vajna pkgname=irqbalance pkgver=1.1.0 pkgrel=2 pkgdesc="Distributes interrupts over the processors and cores you have." depends=('glib2>=2.46.2-3' 'libsystemd>=227-14') backup=(etc/sysconfig/$pkgname) groups=('apps') archs=('i686' 'x86_64' 'arm') _F_github_name="$pkgname" _F_github_author="$pkgname" _F_github_tag_v=y _F_systemd_units=($pkgname=e) Finclude systemd github source=(${source[@]} \ $pkgname.sysconfig \ $pkgname.service) sha1sums=('bffafb547dd24a15645dbd1968c440218de6425d' \ '9b99f7fba9beb15174bea1446e617836be007898' \ '494eef7a72b0cf7be4b74409adfd9aafcf2efff8') build() { Fcd Fautoreconf Fbuild --with-systemd Ffile /lib/systemd/system/$pkgname.service Ffile $pkgname.sysconfig /etc/sysconfig/$pkgname Fgenscriptlet } # optimization OK