wok-next view sshfs-fuse/receipt @ rev 20511
Up alsa-tools, git, gmerlin.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 16 17:17:21 2018 +0200 (2018-03-16) |
parents | c4e53a39395a |
children | d43bf7aae921 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sshfs-fuse"
4 VERSION="3.3.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="SSH Filesystem implemented with FUSE"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/libfuse/sshfs"
11 TARBALL="sshfs-$VERSION.tar.xz"
12 WGET_URL="https://github.com/libfuse/sshfs/releases/download/sshfs-$VERSION/$TARBALL"
14 BUILD_DEPENDS="fuse3-dev"
15 # gettext glib-dev pkg-config"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="fuse openssh sftp-server glib"
26 PROVIDE="rsshfs sshfs"
27 TAGS="ssh"
28 }