# HG changeset patch # User Pascal Bellard # Date 1535734932 -7200 # Node ID fdcb0df8a6b74e26d642d7d24c6bee61b38d1cae # Parent 8ac65b2ddbce75cdf9d2f0df2cf8b19b3f7424f2 Add python-terminado diff -r 8ac65b2ddbce -r fdcb0df8a6b7 python-terminado/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-terminado/receipt Fri Aug 31 19:02:12 2018 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-terminado" +SOURCE="terminado" +VERSION="0.8.1" +CATEGORY="development" +SHORT_DESC="Terminals served to xterm.js using Tornado websockets" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +WEB_SITE="https://pypi.org/project/terminado/" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/67/84/ce0ebd0f60e1cbe040f8e065eef7063855d59d9cf5e6438b3f8439fc7e15/$TARBALL" + +DEPENDS="python-tornado" +BUILD_DEPENDS="python" + +# 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/ +}