wok annotate rdpdesk/receipt @ rev 11227
Add from wok-undigest: qtwitter radiotray rdpdesk rsbep siproxd songwrite soprano soprano-dev t2 thttpd tp_smapi ucarp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 04 12:23:07 2011 +0100 (2011-11-04) |
parents | |
children | 1969a889e585 |
rev | line source |
---|---|
pascal@11227 | 1 # SliTaz package receipt. |
pascal@11227 | 2 |
pascal@11227 | 3 PACKAGE="rdpdesk" |
pascal@11227 | 4 VERSION="3.2" |
pascal@11227 | 5 CATEGORY="network" |
pascal@11227 | 6 SHORT_DESC="RDP, VNC & ICA client." |
pascal@11227 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@11227 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@11227 | 9 WEB_SITE="http://rdpdesk.com/" |
pascal@11227 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@11227 | 11 |
pascal@11227 | 12 DEPENDS="wxWidgets xorg-libXp xorg-libXaw libssl" |
pascal@11227 | 13 BUILD_DEPENDS="wxWidgets-dev xorg-imake jpeg-dev zlib-dev \ |
pascal@11227 | 14 openssl-dev xorg-libXp" |
pascal@11227 | 15 SUGGESTED="wfica rdesktop" |
pascal@11227 | 16 |
pascal@11227 | 17 # Rules to configure and make the package. |
pascal@11227 | 18 compile_rules() |
pascal@11227 | 19 { |
pascal@11227 | 20 cd $src |
pascal@11227 | 21 ./configure --prefix=/usr $CONFIGURE_ARGS && |
pascal@11227 | 22 make && |
pascal@11227 | 23 make DESTDIR=$DESTDIR install |
pascal@11227 | 24 } |
pascal@11227 | 25 |
pascal@11227 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11227 | 27 genpkg_rules() |
pascal@11227 | 28 { |
pascal@11227 | 29 cp -a $_pkg/usr $fs |
pascal@11227 | 30 } |