wok-6.x annotate gitso/receipt @ rev 20042
Add snapper
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 29 20:35:56 2017 +0200 (2017-08-29) |
parents | 67554ccc4d3e |
children | 04434444ef20 |
rev | line source |
---|---|
pascal@19841 | 1 # SliTaz package receipt. |
pascal@19841 | 2 |
pascal@19841 | 3 PACKAGE="gitso" |
pascal@19841 | 4 VERSION="0.6" |
pascal@19841 | 5 CATEGORY="network" |
pascal@19841 | 6 SHORT_DESC="Frontend to reverse VNC connections." |
pascal@19841 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19841 | 8 LICENSE="GPL3" |
pascal@19841 | 9 TARBALL="${PACKAGE}_${VERSION}_src.tar.bz2" |
pascal@19841 | 10 WEB_SITE="http://code.google.com/p/gitso/" |
pascal@19842 | 11 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gitso/$TARBALL" |
pascal@19841 | 12 CONFIG_FILES="/etc/gitso-hosts" |
pascal@19841 | 13 |
pascal@19841 | 14 DEPENDS="x11vnc vncviewer wxpython" |
pascal@19841 | 15 |
pascal@19841 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19841 | 17 genpkg_rules() |
pascal@19841 | 18 { |
pascal@19841 | 19 mkdir -p $fs/usr/share/applications $fs/usr/share/gitso $fs/usr/bin $fs/etc |
pascal@19841 | 20 cp $src/*.py $fs/usr/share/gitso |
pascal@19841 | 21 cp $src/icon.* $fs/usr/share/gitso |
pascal@19841 | 22 cp $src/arch/linux/gitso.desktop $fs/usr/share/applications |
pascal@19841 | 23 cp $src/arch/linux/gitso $fs/usr/bin |
pascal@19841 | 24 touch $fs/etc/gitso-hosts |
pascal@19841 | 25 chmod 755 $fs/usr/bin/gitso |
pascal@19841 | 26 chmod a+r $fs/usr/share/*/* |
pascal@19841 | 27 } |