
Receipt for package "vmware-view-open-client"
# SliTaz package receipt. PACKAGE="vmware-view-open-client" VERSION="4.5.0_297975" SOURCE="VMware-view-open-client-source" CATEGORY="network" SHORT_DESC="Connection tools to remote Windows desktops managed by VMware View." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" TARBALL="$SOURCE-${VERSION/_/-}.tar.gz" WEB_SITE="https://github.com/dontsueme/vmware-view-open-client" WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL" DEPENDS="gtk+ libssl libxml2 curl libboost-signals icu bzlib" BUILD_DEPENDS="gtk+-dev openssl-dev libxml2-dev curl-dev libboost-dev \ libboost-signals-dev icu-dev icu intltool" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d } # Rules to configure and make the package. compile_rules() { cd $src export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" sed -i 's|.*curl/types|// &|' lib/bora/basicHttp/http.c ./configure --prefix=/usr \ $CONFIGURE_ARGS && \ make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)