wok-6.x diff xpra/receipt @ rev 14607
Up: alsa-lib to 1.0.27.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 31 20:05:12 2013 +0000 (2013-05-31) |
parents | |
children | 408c87fa22ca |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xpra/receipt Fri May 31 20:05:12 2013 +0000 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 +}