wok-6.x rev 20434
Add python-terminado
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 31 19:02:12 2018 +0200 (2018-08-31) |
parents | 8ac65b2ddbce |
children | 6a81446dca86 |
files | python-terminado/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-terminado/receipt Fri Aug 31 19:02:12 2018 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-terminado" 1.7 +SOURCE="terminado" 1.8 +VERSION="0.8.1" 1.9 +CATEGORY="development" 1.10 +SHORT_DESC="Terminals served to xterm.js using Tornado websockets" 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +LICENSE="BSD" 1.13 +WEB_SITE="https://pypi.org/project/terminado/" 1.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.15 +WGET_URL="https://files.pythonhosted.org/packages/67/84/ce0ebd0f60e1cbe040f8e065eef7063855d59d9cf5e6438b3f8439fc7e15/$TARBALL" 1.16 + 1.17 +DEPENDS="python-tornado" 1.18 +BUILD_DEPENDS="python" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + python setup.py install --prefix=/usr --root=$DESTDIR 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + cp -a $install/usr $fs/ 1.30 +}