wok rev 14161

Add xpra
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 06 13:46:03 2013 +0100 (2013-03-06)
parents 7f7ece9bf771
children 0bf456387ed6
files xpra/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xpra/receipt	Wed Mar 06 13:46:03 2013 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xpra"
     1.7 +VERSION="0.8.7"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="screen for X."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.12 +WEB_SITE="http://xpra.org/"
    1.13 +WGET_URL="${WEB_SITE}src/$TARBALL"
    1.14 +
    1.15 +DEPENDS="python gtk+ pygtk pygobject x264 ffmpeg libvpx"
    1.16 +BUILD_DEPENDS="python-dev pkg-config gtk+-dev pygtk-dev pygobject-dev \
    1.17 +xorg-dev python-cython x264-dev ffmpeg-dev libvpx-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	python setup.py build &&
    1.24 +	python setup.py install --root=$DESTDIR
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cp -a $install/* $fs/
    1.31 +}