wok view xsshfs/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 32602ffb2d72
children b206aa4371e3
line source
1 # SliTaz package receipt.
3 PACKAGE="xsshfs"
4 VERSION="0.5"
5 CATEGORY="network"
6 SHORT_DESC="GUI for sshfs."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="${PACKAGE}_$VERSION-all_src.tar.gz"
10 WEB_SITE="http://forge.zici.fr/p/xsshfs/"
11 WGET_URL="${WEB_SITE}downloads/get/$TARBALL"
13 DEPENDS="sshfs perl-config-tiny perl-locale-gettext glade-perl perl-image-librsvg"
14 SUGGESTED="pcmanfm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cp -a $src/usr $fs/
20 sed -i 's|/bin/bash|/bin/sh|' $fs/usr/bin/xsshfs
21 sed -i 's|"/bin/fusermount|"/usr/bin/fusermount|' $fs/usr/share/xsshfs/xsshfs.pm
22 sed -i 's|xdg-open|pcmanfm|' $fs/usr/share/xsshfs/xsshfs.pm
23 }