wok view xpra/receipt @ rev 21490

trickle: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 01 18:05:32 2019 +0200 (2019-05-01)
parents 408c87fa22ca
children 894400f70cbb
line source
1 # SliTaz package receipt.
3 PACKAGE="xpra"
4 VERSION="0.8.7"
5 CATEGORY="network"
6 SHORT_DESC="screen for X."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://xpra.org/"
11 WGET_URL="${WEB_SITE}src/$TARBALL"
13 DEPENDS="python gtk+ pygtk pygobject x264 ffmpeg libvpx"
14 BUILD_DEPENDS="python-dev pkg-config gtk+-dev pygtk-dev pygobject-dev \
15 xorg-dev python-cython x264-dev ffmpeg-dev libvpx-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build &&
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs/
28 }