wok view tightvnc-java/receipt @ rev 25004

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
parents 622881deda7f
children c3a6f662a1c1
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 }