wok diff python-gevent/receipt @ rev 17222
Up: menu-cache (1.0.0-rc1), lxqt-panel (0.8.0), pcmanfm-qt (0.8.0).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 14 20:07:21 2014 +0300 (2014-10-14) |
parents | |
children | 16df76e1fc6a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-gevent/receipt Tue Oct 14 20:07:21 2014 +0300 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-gevent" 1.7 +SOURCE="gevent" 1.8 +VERSION="0.13.8" 1.9 +CATEGORY="development" 1.10 +SHORT_DESC="A coroutine-based Python networking library." 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +LICENSE="MIT" 1.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.gevent.org/" 1.15 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.16 + 1.17 +DEPENDS="python" 1.18 +BUILD_DEPENDS="wget python-dev python libevent-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src 1.24 + python setup.py build && 1.25 + python setup.py install --root=$DESTDIR 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs 1.32 + cp -a $install/usr $fs 1.33 +}