wok-next annotate tightvnc-java/receipt @ rev 15685

linux-lxc: add post_install() for update menu.lst
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 07:21:07 2013 +0100 (2013-12-21)
parents 622881deda7f
children
rev   line source
erjo@14846 1 # SliTaz package receipt.
erjo@14846 2
erjo@14846 3 PACKAGE="tightvnc-java"
erjo@14846 4 VERSION="1.3.10"
erjo@14846 5 CATEGORY="x-window"
erjo@14846 6 SHORT_DESC="VNC Java client."
erjo@14846 7 MAINTAINER="erjo@slitaz.org"
pascal@14850 8 LICENSE="GPL2"
erjo@14846 9 WEB_SITE="http://www.tightvnc.com/"
pascal@14850 10 WANTED="tightvnc"
pascal@14850 11
erjo@14846 12 DEPENDS="tightvnc"
erjo@14846 13
erjo@14846 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@14846 15 genpkg_rules()
erjo@14846 16 {
erjo@14846 17 mkdir -p $fs/usr/share/vnc
erjo@14846 18 cp -pa $src/classes $fs/usr/share/vnc
erjo@14846 19
erjo@14846 20 }