libnfs: update to 1.8.0.
This commit is contained in:
parent
f41fd4141d
commit
00a6b88a0c
@ -1,33 +1,34 @@
|
||||
# Template file for 'libnfs'
|
||||
pkgname=libnfs
|
||||
version=1.3.0
|
||||
revision=2
|
||||
wrksrc="sahlberg-libnfs-47e5a2c"
|
||||
version=1.8.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
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/tarball/$pkgname-$version"
|
||||
checksum=0acda3029db699c3978684080843f71d222ad35b30a2ff0d220d144e98854948
|
||||
distfiles="https://github.com/sahlberg/libnfs/archive/$pkgname-${version}.tar.gz"
|
||||
checksum=e4d766efba85e79b04c18038070506d0a9df5b7e0f08aa54ab402892cd1542cc
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libnfs-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
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"
|
||||
}
|
||||
}
|
||||
|
||||
libnfs_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user