libnfs: update to 1.8.0.

This commit is contained in:
Juan RP 2013-11-26 09:38:19 +01:00
parent f41fd4141d
commit 00a6b88a0c

View file

@ -1,33 +1,34 @@
# Template file for 'libnfs' # Template file for 'libnfs'
pkgname=libnfs pkgname=libnfs
version=1.3.0 version=1.8.0
revision=2 revision=1
wrksrc="sahlberg-libnfs-47e5a2c" wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="libtool pkg-config automake" hostmakedepends="libtool pkg-config automake"
short_desc="Client library for accessing NFS shares" short_desc="Client library for accessing NFS shares"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://github.com/sahlberg/libnfs" homepage="https://github.com/sahlberg/libnfs"
license="GPL-2" license="GPL-2"
distfiles="https://github.com/sahlberg/libnfs/tarball/$pkgname-$version" distfiles="https://github.com/sahlberg/libnfs/archive/$pkgname-${version}.tar.gz"
checksum=0acda3029db699c3978684080843f71d222ad35b30a2ff0d220d144e98854948 checksum=e4d766efba85e79b04c18038070506d0a9df5b7e0f08aa54ab402892cd1542cc
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
libnfs-devel_package() { libnfs-devel_package() {
depends="${sourcepkg}>=${version}" depends="${sourcepkg}>=${version}_${revision}"
short_desc="${short_desc} -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
} }
} }
libnfs_package() { libnfs_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }