wok-next view tightvnc-java/receipt @ rev 16307

ARM: now python seems to cross compile (if libpython.so ARM are installed in sysroot)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 08 00:37:42 2014 +0200 (2014-04-08)
parents 622881deda7f
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tightvnc-java"
4 VERSION="1.3.10"
5 CATEGORY="x-window"
6 SHORT_DESC="VNC Java client."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.tightvnc.com/"
10 WANTED="tightvnc"
12 DEPENDS="tightvnc"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/vnc
18 cp -pa $src/classes $fs/usr/share/vnc
20 }