wok view rdpdesk/receipt @ rev 11752

xine-ui: Update desktop file and remove old and ugly icon
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 12:03:23 2012 +0100 (2012-02-22)
parents
children 1969a889e585
line source
1 # SliTaz package receipt.
3 PACKAGE="rdpdesk"
4 VERSION="3.2"
5 CATEGORY="network"
6 SHORT_DESC="RDP, VNC & ICA client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://rdpdesk.com/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="wxWidgets xorg-libXp xorg-libXaw libssl"
13 BUILD_DEPENDS="wxWidgets-dev xorg-imake jpeg-dev zlib-dev \
14 openssl-dev xorg-libXp"
15 SUGGESTED="wfica rdesktop"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $_pkg/usr $fs
30 }