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

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 474eb4a6385a
children d5aab818505e
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"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="fuse3 openssh glib"
26 PROVIDE="rsshfs sshfs"
27 TAGS="ssh"
28 }