wok view python-terminado/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
parents fdcb0df8a6b7
children e83602aa33a4
line source
1 # SliTaz package receipt.
3 PACKAGE="python-terminado"
4 SOURCE="terminado"
5 VERSION="0.8.1"
6 CATEGORY="development"
7 SHORT_DESC="Terminals served to xterm.js using Tornado websockets"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://pypi.org/project/terminado/"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://files.pythonhosted.org/packages/67/84/ce0ebd0f60e1cbe040f8e065eef7063855d59d9cf5e6438b3f8439fc7e15/$TARBALL"
14 DEPENDS="python-tornado python-ptyprocess"
15 BUILD_DEPENDS="python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --prefix=/usr --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs/
27 }