wok annotate xsshfs/receipt @ rev 19361

Up tazpkg (919)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 03 08:46:48 2016 +0200 (2016-08-03)
parents 32602ffb2d72
children b206aa4371e3
rev   line source
pascal@18321 1 # SliTaz package receipt.
pascal@18321 2
pascal@18321 3 PACKAGE="xsshfs"
pascal@18321 4 VERSION="0.5"
pascal@18321 5 CATEGORY="network"
pascal@18321 6 SHORT_DESC="GUI for sshfs."
pascal@18321 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18321 8 LICENSE="GPL2"
pascal@18321 9 TARBALL="${PACKAGE}_$VERSION-all_src.tar.gz"
pascal@18321 10 WEB_SITE="http://forge.zici.fr/p/xsshfs/"
pascal@18321 11 WGET_URL="${WEB_SITE}downloads/get/$TARBALL"
pascal@18321 12
pascal@18321 13 DEPENDS="sshfs perl-config-tiny perl-locale-gettext glade-perl perl-image-librsvg"
pascal@18321 14 SUGGESTED="pcmanfm"
pascal@18321 15
pascal@18321 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18321 17 genpkg_rules()
pascal@18321 18 {
pascal@18321 19 cp -a $src/usr $fs/
pascal@18321 20 sed -i 's|/bin/bash|/bin/sh|' $fs/usr/bin/xsshfs
pascal@18323 21 sed -i 's|"/bin/fusermount|"/usr/bin/fusermount|' $fs/usr/share/xsshfs/xsshfs.pm
pascal@18323 22 sed -i 's|xdg-open|pcmanfm|' $fs/usr/share/xsshfs/xsshfs.pm
pascal@18321 23 }