mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/nbd: add check
This commit is contained in:
parent
1497ed9dbc
commit
eb9ee7a833
@ -2,7 +2,7 @@
|
||||
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
|
||||
pkgname=nbd
|
||||
pkgver=3.17
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Tools for network block devices"
|
||||
url="http://nbd.sourceforge.net"
|
||||
arch="all"
|
||||
@ -29,6 +29,11 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
Loading…
Reference in New Issue
Block a user