mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/irqbalance: add check()
This commit is contained in:
parent
be068740cc
commit
1e7862203c
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||||
pkgname=irqbalance
|
pkgname=irqbalance
|
||||||
pkgver=1.4.0
|
pkgver=1.4.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Daemon that distributes interrupts over the processors"
|
pkgdesc="Daemon that distributes interrupts over the processors"
|
||||||
url="https://github.com/Irqbalance/irqbalance"
|
url="https://github.com/Irqbalance/irqbalance"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -33,6 +33,11 @@ build() {
|
|||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
|
Loading…
Reference in New Issue
Block a user