mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/libnfs: mark no tests, fix license
This commit is contained in:
parent
9a7f4b4c74
commit
4d52c762ff
@ -2,11 +2,12 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libnfs
|
||||
pkgver=2.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="client library for accessing NFS shares"
|
||||
pkgrel=1
|
||||
pkgdesc="Client library for accessing NFS shares"
|
||||
url="https://github.com/sahlberg/libnfs"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
options="!check" # No test suite.
|
||||
license="LGPL-2.1+, BSD-2-Clause-FreeBSD, GPL-3.0+"
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev autoconf automake m4 libtool"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
|
Loading…
Reference in New Issue
Block a user