wok view gitso/receipt @ rev 19841

Add gitso
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 13 10:28:45 2017 +0100 (2017-03-13)
parents
children c281a4009aaa
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="http://gitso.googlecode.com/files/$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 }