2012-08-16 16:05:41 +00:00
|
|
|
# Template file for 'irqbalance'
|
|
|
|
pkgname=irqbalance
|
2013-10-17 08:23:49 +00:00
|
|
|
version=1.0.7
|
2014-02-20 11:00:27 +00:00
|
|
|
revision=2
|
2012-08-16 16:05:41 +00:00
|
|
|
build_style=gnu-configure
|
2014-02-20 11:12:46 +00:00
|
|
|
hostmakedepends="automake libtool pkg-config"
|
2013-04-12 14:39:50 +00:00
|
|
|
makedepends="libglib-devel libcap-ng-devel libnuma-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
systemd_services="irqbalance.service on"
|
2012-08-16 16:05:41 +00:00
|
|
|
short_desc="Handholding your interrupts for power and performance"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://code.google.com/p/irqbalance/"
|
2014-02-20 11:12:46 +00:00
|
|
|
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
|
|
|
checksum=8c3916780d254b74fb1c7ec22876d63ac01f1b32776d9204a604b73c8f591d2a
|
|
|
|
|
|
|
|
create_srcdir=yes
|
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
2012-08-16 16:05:41 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
|
|
|
|
}
|