wok-undigest rev 852

Add vmware-view-open-client
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 13 10:37:16 2012 +0200 (2012-09-13)
parents d2790c875b60
children fa68db96a2fd
files vmware-view-open-client/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vmware-view-open-client/receipt	Thu Sep 13 10:37:16 2012 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="vmware-view-open-client"
     1.7 +VERSION="4.5.0-297975"
     1.8 +SOURCE="VMware-view-open-client-source"
     1.9 +CATEGORY="network"
    1.10 +SHORT_DESC="Connection tools to remote Windows desktops managed by VMware View."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://code.google.com/p/$PACKAGE/"
    1.14 +WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    1.15 +
    1.16 +BUILD_DEPENDS="gtk+-dev openssl-dev libxml2-dev curl-dev libboost-dev \
    1.17 +icu-dev icu intltool"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	./configure --prefix=/usr \
    1.24 +		$CONFIGURE_ARGS && \
    1.25 +	make && make DESTDIR=$DESTDIR install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	cp -a $install/* $fs
    1.32 +}
    1.33 +