main/libnfs: mark no tests, fix license

This commit is contained in:
A. Wilcox 2018-02-10 22:47:47 -06:00 committed by William Pitcock
parent 9a7f4b4c74
commit 4d52c762ff

View File

@ -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"