wok-next annotate python-pyte/receipt @ rev 20969
Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Sep 14 01:56:52 2018 +0300 (2018-09-14) |
parents | 92698cd69f34 |
children | c9a7a7b42a86 |
rev | line source |
---|---|
paul@18817 | 1 # SliTaz package receipt. |
paul@18817 | 2 |
paul@18817 | 3 PACKAGE="python-pyte" |
paul@18817 | 4 VERSION="0.5.1" |
paul@18817 | 5 CATEGORY="development" |
paul@18817 | 6 SHORT_DESC="Simple VTXXX-compatible terminal emulator." |
paul@18817 | 7 MAINTAINER="paul@slitaz.org" |
paul@18817 | 8 LICENSE="LGPL3" |
al@20887 | 9 WEB_SITE="http://pyte.readthedocs.org/en/latest/" |
al@20887 | 10 REPOLOGY="python:pyte" |
al@20887 | 11 |
al@20887 | 12 SOURCE="pyte" |
paul@18817 | 13 TARBALL="$SOURCE-$VERSION.tar.gz" |
al@20969 | 14 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL" |
paul@18817 | 15 |
paul@18817 | 16 DEPENDS="python python-wcwidth" |
al@20444 | 17 BUILD_DEPENDS="python-dev python-wcwidth" |
paul@18817 | 18 |
paul@18817 | 19 # Rules to configure and make the package. |
paul@18817 | 20 compile_rules() |
paul@18817 | 21 { |
paul@18817 | 22 python setup.py install --root=$DESTDIR |
paul@18817 | 23 } |
paul@18817 | 24 |
paul@18817 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@18817 | 26 genpkg_rules() |
paul@18817 | 27 { |
paul@18817 | 28 cp -a $install/usr $fs |
paul@18817 | 29 } |
paul@18817 | 30 |