wok diff tightvnc-extra/receipt @ rev 8317

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents
children 129bb5b11a7e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tightvnc-extra/receipt	Tue Feb 01 03:25:21 2011 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tightvnc-extra"
     1.7 +VERSION="1.3.10"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="VNC extra tools."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-${VERSION}_unixsrc.tar.bz2"
    1.12 +WEB_SITE="http://www.tightvnc.com/"
    1.13 +DEPENDS="perl jpeg zlib xorg-libXdmcp xorg-libXau xorg-libX11 xorg-libXext"
    1.14 +WANTED="tightvnc"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/bin
    1.20 +	cp $src/vncconnect/vncconnect $src/vncserver $fs/usr/bin
    1.21 +}