20 lines
567 B
Text
20 lines
567 B
Text
|
# Template file for 'libnfs'
|
||
|
pkgname=libnfs
|
||
|
version=1.3.0
|
||
|
revision=1
|
||
|
wrksrc="sahlberg-libnfs-47e5a2c"
|
||
|
build_style=gnu-configure
|
||
|
configure_args="--disable-static"
|
||
|
makedepends="pkg-config automake"
|
||
|
subpackages="${pkgname}-devel"
|
||
|
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/tarball/$pkgname-$version"
|
||
|
checksum=0acda3029db699c3978684080843f71d222ad35b30a2ff0d220d144e98854948
|
||
|
|
||
|
pre_configure() {
|
||
|
autoreconf -fi
|
||
|
}
|