wok-next view xsshfs/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents e37473ea7fa3
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="https://framagit.org/kepon/xsshfs"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://framagit.org/kepon/xsshfs/-/archive/master/xsshfs-master.tar.bz2"
14 compile_rules() {
15 install -Dm755 $stuff/xsshfs $install/usr/bin/xsshfs
16 install -Dm644 $stuff/xsshfs.desktop $install/usr/share/applications/xsshfs.desktop
17 install -Dm644 xsshfs.svg $install/usr/share/icons/hicolor/scalable/apps/xsshfs.svg
18 install -Dm644 locale/es/LC_MESSAGES/xsshfs.mo $install/usr/share/locale/es/LC_MESSAGES/xsshfs.mo
19 install -Dm644 locale/fr/LC_MESSAGES/xsshfs.mo $install/usr/share/locale/fr/LC_MESSAGES/xsshfs.mo
20 install -Dm644 xsshfs.glade $install/usr/share/xsshfs/xsshfs.glade
21 install -Dm644 xsshfs.pl $install/usr/share/xsshfs/xsshfs.pl
22 install -Dm644 xsshfs.pm $install/usr/share/xsshfs/xsshfs.pm
24 sed -i 's|"/bin/fusermount|"/usr/bin/fusermount|; s|xdg-open|pcmanfm|' \
25 $install/usr/share/xsshfs/xsshfs.pm
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="sshfs fuse2 perl-config-tiny perl-locale-gettext glade-perl \
31 perl-image-librsvg"
32 SUGGESTED="pcmanfm"
33 }