wok-next view libnfs/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 474eb4a6385a
children e7a485521d6a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libnfs"
4 VERSION="2.0.0"
5 CATEGORY="network"
6 SHORT_DESC="Client library for accessing NFS shares"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL LGPL2.1"
9 WEB_SITE="https://github.com/sahlberg/libnfs"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/sahlberg/libnfs/archive/$TARBALL"
14 BUILD_DEPENDS="automake libtool fuse2-dev talloc-dev"
15 SPLIT="libnfs-dev"
17 compile_rules() {
18 autoreconf -vif &&
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libnfs) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }