mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/nfs-utils: Split OpenRC, fix license, clarify check
This commit is contained in:
parent
8732d0ad2d
commit
01dc5df4ee
@ -2,17 +2,17 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=nfs-utils
|
||||
pkgver=2.3.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="kernel-mode NFS"
|
||||
url="http://linux-nfs.org"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
license="GPL-2.0+, BSD-3-Clause"
|
||||
depends="rpcbind"
|
||||
options="suid"
|
||||
makedepends="util-linux-dev libtirpc-dev libcap-dev libevent-dev
|
||||
libnfsidmap-dev keyutils-dev lvm2-dev krb5-dev sqlite-dev
|
||||
autoconf automake libtool bsd-compat-headers"
|
||||
subpackages="$pkgname-doc $pkgname-dbg rpcgen"
|
||||
subpackages="$pkgname-doc $pkgname-dbg $pkgname-openrc rpcgen"
|
||||
source="https://www.kernel.org/pub/linux/utils/nfs-utils/$pkgver/nfs-utils-$pkgver.tar.gz
|
||||
0011-exportfs-only-do-glibc-specific-hackery-on-glibc.patch
|
||||
|
||||
@ -61,7 +61,7 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
# Simple test, make tests does nothing
|
||||
# Simple test, `make check` requires running nfsd
|
||||
check() {
|
||||
cd $builddir
|
||||
./utils/showmount/showmount -v
|
||||
|
Loading…
Reference in New Issue
Block a user