# HG changeset patch # User Eric Joseph-Alexandre # Date 1374103900 -7200 # Node ID 622881deda7fefa0d51ec34192c064f55fb91c24 # Parent 2b0a8ad0b650f3c33dedc9025f5e76f3097b077d Add: tightvnc-java diff -r 2b0a8ad0b650 -r 622881deda7f tightvnc-java/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tightvnc-java/receipt Thu Jul 18 01:31:40 2013 +0200 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="tightvnc-java" +VERSION="1.3.10" +CATEGORY="x-window" +SHORT_DESC="VNC Java client." +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://www.tightvnc.com/" +DEPENDS="tightvnc" +WANTED="tightvnc" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/vnc + cp -pa $src/classes $fs/usr/share/vnc + +}