libnfs: update to 3.0.0.
This commit is contained in:
parent
ee1395c059
commit
f49f16a004
|
@ -1220,7 +1220,7 @@ librlog.so.5 librlog-1.4_1
|
|||
libtinyxml.so.0 tinyxml-2.6.2_1
|
||||
libtinyxml2.so.6 tinyxml2-6.0.0_1
|
||||
libbluray.so.2 libbluray-1.0.0_1
|
||||
libnfs.so.11 libnfs-2.0.0_1
|
||||
libnfs.so.12 libnfs-3.0.0_1
|
||||
libzip.so.5 libzip-1.2_1
|
||||
libapp.so.0 libapp-20110513_1
|
||||
libluajit-5.1.so.2 LuaJIT-2.0.0_1
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libnfs'
|
||||
pkgname=libnfs
|
||||
version=2.0.0
|
||||
version=3.0.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool pkg-config automake"
|
||||
short_desc="Client library for accessing NFS shares"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/sahlberg/libnfs"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/sahlberg/libnfs/archive/$pkgname-${version}.tar.gz"
|
||||
checksum=7ea6cd8fa6c461d01091e584d424d28e137d23ff4b65b95d01a3fd0ef95d120e
|
||||
distfiles="https://github.com/sahlberg/libnfs/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=445d92c5fc55e4a5b115e358e60486cf8f87ee50e0103d46a02e7fb4618566a5
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in New Issue