wok annotate python-terminado/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents fdcb0df8a6b7
children e83602aa33a4
rev   line source
pascal@20434 1 # SliTaz package receipt.
pascal@20434 2
pascal@20434 3 PACKAGE="python-terminado"
pascal@20434 4 SOURCE="terminado"
pascal@20434 5 VERSION="0.8.1"
pascal@20434 6 CATEGORY="development"
pascal@20434 7 SHORT_DESC="Terminals served to xterm.js using Tornado websockets"
pascal@20434 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20434 9 LICENSE="BSD"
pascal@20434 10 WEB_SITE="https://pypi.org/project/terminado/"
pascal@20434 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20434 12 WGET_URL="https://files.pythonhosted.org/packages/67/84/ce0ebd0f60e1cbe040f8e065eef7063855d59d9cf5e6438b3f8439fc7e15/$TARBALL"
pascal@20434 13
pascal@20448 14 DEPENDS="python-tornado python-ptyprocess"
pascal@20434 15 BUILD_DEPENDS="python"
pascal@20434 16
pascal@20434 17 # Rules to configure and make the package.
pascal@20434 18 compile_rules()
pascal@20434 19 {
pascal@20434 20 python setup.py install --prefix=/usr --root=$DESTDIR
pascal@20434 21 }
pascal@20434 22
pascal@20434 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20434 24 genpkg_rules()
pascal@20434 25 {
pascal@20434 26 cp -a $install/usr $fs/
pascal@20434 27 }