# HG changeset patch # User Pascal Bellard # Date 1535723817 -7200 # Node ID 8ac65b2ddbce75cdf9d2f0df2cf8b19b3f7424f2 # Parent fb9df69f8567491e6c8707e6bb7dc51d1b776a01 Add python-tornado diff -r fb9df69f8567 -r 8ac65b2ddbce python-tornado/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-tornado/receipt Fri Aug 31 15:56:57 2018 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="python-tornado" +VERSION="5.1.0" +CATEGORY="development" +SHORT_DESC="A web framework and asynchronous networking library" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Apache" +WEB_SITE="http://www.tornadoweb.org/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/tornadoweb/tornado/archive/v$VERSION.tar.gz" + +DEPENDS="python" +BUILD_DEPENDS="python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --prefix=/usr --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs/ +}