# HG changeset patch # User Paul Issott # Date 1452937340 0 # Node ID 1945b52217298943dc2fdd1084a9ef5749590450 # Parent 6e468bea3c845afdf352281da7e2e6ce3467817e Add python-prompt-toolkit diff -r 6e468bea3c84 -r 1945b5221729 python-prompt-toolkit/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-prompt-toolkit/receipt Sat Jan 16 09:42:20 2016 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-prompt-toolkit" +SOURCE="prompt_toolkit" +VERSION="0.57" +CATEGORY="development" +SHORT_DESC="Library for building powerful interactive command lines in Python." +MAINTAINER="paul@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://github.com/jonathanslenders/python-prompt-toolkit" +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" + +DEPENDS="python python-six python-pygments python-wcwidth" +BUILD_DEPENDS="wget setuptools python-dev python-six python-pygments 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 +} +