wok view vmware-view-open-client/receipt @ rev 16557

Up: slitaz-base-files (5.6.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 08:34:51 2014 +0200 (2014-05-01)
parents 4aed2b24febc
children 17e313b5b9c1
line source
1 # SliTaz package receipt.
3 PACKAGE="vmware-view-open-client"
4 VERSION="4.5.0-297975"
5 SOURCE="VMware-view-open-client-source"
6 CATEGORY="network"
7 SHORT_DESC="Connection tools to remote Windows desktops managed by VMware View."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL2.1"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://code.google.com/p/$PACKAGE/"
12 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
14 DEPENDS="gtk+ libssl libxml2 curl libboost-signals icu bzlib"
15 BUILD_DEPENDS="gtk+-dev openssl-dev libxml2-dev curl-dev libboost-dev \
16 libboost-signals-dev icu-dev icu intltool"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
23 sed -i 's|.*curl/types|// &|' lib/bora/basicHttp/http.c
24 ./configure --prefix=/usr \
25 $CONFIGURE_ARGS && \
26 make && make DESTDIR=$DESTDIR install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 }