New package: libnfs-1.3.0.
This commit is contained in:
parent
475663d7b1
commit
08d8cce4cf
4 changed files with 31 additions and 0 deletions
|
@ -1176,3 +1176,4 @@ libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1
|
|||
librlog.so.5 librlog-1.4_1
|
||||
libtinyxml.so.0 tinyxml-2.6.2_1
|
||||
libbluray.so.1 libbluray-0.2.3_1
|
||||
libnfs.so.1 libnfs-1.3.0_1
|
||||
|
|
1
srcpkgs/libnfs-devel
Symbolic link
1
srcpkgs/libnfs-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libnfs
|
10
srcpkgs/libnfs/libnfs-devel.template
Normal file
10
srcpkgs/libnfs/libnfs-devel.template
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Template file for 'libnfs-devel'.
|
||||
#
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
19
srcpkgs/libnfs/template
Normal file
19
srcpkgs/libnfs/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue