# HG changeset patch # User Paul Issott # Date 1452935731 0 # Node ID f8c87367c74d05f8e1dfe686e87677f4c954b427 # Parent 486dbfc17892dd38cb9be5d85bc6005fc7dccba5 Add python-pyte diff -r 486dbfc17892 -r f8c87367c74d python-pyte/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyte/receipt Sat Jan 16 09:15:31 2016 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-pyte" +SOURCE="pyte" +VERSION="0.5.1" +CATEGORY="development" +SHORT_DESC="Simple VTXXX-compatible terminal emulator." +MAINTAINER="paul@slitaz.org" +LICENSE="LGPL3" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pyte.readthedocs.org/en/latest/" +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" + +DEPENDS="python python-wcwidth" +BUILD_DEPENDS="wget setuptools python-dev python-wcwidth" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} +