wok-next diff xpra/receipt @ rev 14386
eina: change tags
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Apr 23 06:58:32 2013 +0200 (2013-04-23) |
parents | |
children | 408c87fa22ca |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xpra/receipt Tue Apr 23 06:58:32 2013 +0200 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 +}