SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

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 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
}

# 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
}

5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)