wok-current annotate vmware-view-open-client/receipt @ rev 13714
Up sqlite (3.7.15.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 19 15:07:35 2012 +0100 (2012-12-19) |
parents | |
children | 76b72f1ad63c |
rev | line source |
---|---|
pascal@13591 | 1 # SliTaz package receipt. |
pascal@13591 | 2 |
pascal@13591 | 3 PACKAGE="vmware-view-open-client" |
pascal@13591 | 4 VERSION="4.5.0-297975" |
pascal@13591 | 5 SOURCE="VMware-view-open-client-source" |
pascal@13591 | 6 CATEGORY="network" |
pascal@13591 | 7 SHORT_DESC="Connection tools to remote Windows desktops managed by VMware View." |
pascal@13591 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13591 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@13591 | 10 WEB_SITE="http://code.google.com/p/$PACKAGE/" |
pascal@13591 | 11 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" |
pascal@13591 | 12 |
pascal@13591 | 13 DEPENDS="gtk+ libssl libxml2 curl libboost-signals icu bzlib" |
pascal@13591 | 14 BUILD_DEPENDS="gtk+-dev openssl-dev libxml2-dev curl-dev libboost-dev \ |
pascal@13591 | 15 libboost-signals-dev icu-dev icu intltool" |
pascal@13591 | 16 |
pascal@13591 | 17 # Rules to configure and make the package. |
pascal@13591 | 18 compile_rules() |
pascal@13591 | 19 { |
pascal@13591 | 20 cd $src |
pascal@13591 | 21 export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" |
pascal@13591 | 22 sed -i 's|.*curl/types|// &|' lib/bora/basicHttp/http.c |
pascal@13591 | 23 ./configure --prefix=/usr \ |
pascal@13591 | 24 $CONFIGURE_ARGS && \ |
pascal@13591 | 25 make && make DESTDIR=$DESTDIR install |
pascal@13591 | 26 } |
pascal@13591 | 27 |
pascal@13591 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13591 | 29 genpkg_rules() |
pascal@13591 | 30 { |
pascal@13591 | 31 cp -a $install/* $fs |
pascal@13591 | 32 } |
pascal@13591 | 33 |