wok-next view sshfs-fuse/receipt @ rev 21457

updated sshfs-fuse (3.3.1 -> 3.7.0)
author Hans-G?nter Theisgen
date Thu May 07 14:36:33 2020 +0100 (2020-05-07)
parents d5aab818505e
children f4cf641f2cb1
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sshfs-fuse"
4 VERSION="3.7.0"
5 CATEGORY="system-tools"
6 TAGS="ssh"
7 SHORT_DESC="SSH Filesystem implemented with FUSE"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/libfuse/sshfs"
12 TARBALL="sshfs-$VERSION.tar.xz"
13 WGET_URL="https://github.com/libfuse/sshfs/releases/download/sshfs-$VERSION/$TARBALL"
15 BUILD_DEPENDS="fuse3-dev"
16 # gettext-dev glib-dev"
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="fuse3 glib openssh"
29 PROVIDE="rsshfs sshfs"
30 }