void-packages/srcpkgs/libnfs/template
Juan RP 1536fe578e Revert "lbnfs: update to 1.9.3"
This reverts commit 31eb899712.

Update with a gratuitous SONAME bump that I didn't review... reverted.
2014-03-24 07:58:11 +01:00

29 lines
755 B
Plaintext

# Template file for 'libnfs'
pkgname=libnfs
version=1.8.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@gmail.com>"
homepage="https://github.com/sahlberg/libnfs"
license="GPL-2"
distfiles="https://github.com/sahlberg/libnfs/archive/$pkgname-${version}.tar.gz"
checksum=e4d766efba85e79b04c18038070506d0a9df5b7e0f08aa54ab402892cd1542cc
pre_configure() {
autoreconf -fi
}
libnfs-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}