SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "rdpdesk"

# SliTaz package receipt.

PACKAGE="rdpdesk"
VERSION="3.2"
CATEGORY="network"
SHORT_DESC="RDP, VNC & ICA client."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://rdpdesk.com/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="wxWidgets xorg-libXp xorg-libXaw libssl"
BUILD_DEPENDS="wxWidgets-dev xorg-imake jpeg-dev zlib-dev \
openssl-dev xorg-libXp"
SUGGESTED="wfica rdesktop"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.   
genpkg_rules()                                      
{
    cp -a $_pkg/usr $fs
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)