wok diff tightvnc-viewer/receipt @ rev 8120

linux: make sure the real tar is installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 23 21:51:05 2011 +0000 (2011-01-23)
parents
children e53e5e4b0f9e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tightvnc-viewer/receipt	Sun Jan 23 21:51:05 2011 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tightvnc-viewer"
     1.7 +VERSION="1.3.10"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="VNC client for X."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://www.tightvnc.com/"
    1.12 +DEPENDS="jpeg zlib xorg-libXdmcp xorg-libXau xorg-libX11 xorg-libXext \
    1.13 +xorg-libXp xorg-libXpm xorg-libICE xorg-libSM xorg-libXt xorg-libXmu \
    1.14 +xorg-libXaw"
    1.15 +WANTED="tightvnc"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/bin
    1.21 +	cp -a $_pkg/usr/bin/vncviewer $fs/usr/bin
    1.22 +}