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

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents ba1e68274f76
children 34e801e0eb52
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="https://github.com/dontsueme/vmware-view-open-client"
12 WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$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="$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 }