wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="tightvnc-extra"
4 VERSION="1.3.10"
5 CATEGORY="x-window"
6 SHORT_DESC="VNC extra tools."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-${VERSION}_unixsrc.tar.bz2"
9 WEB_SITE="http://www.tightvnc.com/"
10 DEPENDS="perl jpeg zlib xorg-libXdmcp xorg-libXau xorg-libX11 xorg-libXext"
11 WANTED="tightvnc"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp $src/vncconnect/vncconnect $src/vncserver $fs/usr/bin
18 }