wok view gitso/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 67554ccc4d3e
children 04434444ef20
line source
1 # SliTaz package receipt.
3 PACKAGE="gitso"
4 VERSION="0.6"
5 CATEGORY="network"
6 SHORT_DESC="Frontend to reverse VNC connections."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="${PACKAGE}_${VERSION}_src.tar.bz2"
10 WEB_SITE="http://code.google.com/p/gitso/"
11 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gitso/$TARBALL"
12 CONFIG_FILES="/etc/gitso-hosts"
14 DEPENDS="x11vnc vncviewer wxpython"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/applications $fs/usr/share/gitso $fs/usr/bin $fs/etc
20 cp $src/*.py $fs/usr/share/gitso
21 cp $src/icon.* $fs/usr/share/gitso
22 cp $src/arch/linux/gitso.desktop $fs/usr/share/applications
23 cp $src/arch/linux/gitso $fs/usr/bin
24 touch $fs/etc/gitso-hosts
25 chmod 755 $fs/usr/bin/gitso
26 chmod a+r $fs/usr/share/*/*
27 }