wok-next diff python-prompt-toolkit/receipt @ rev 18985
Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Mar 17 00:11:28 2016 -0300 (2016-03-17) |
parents | |
children | 6c73b944e8dd |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-prompt-toolkit/receipt Thu Mar 17 00:11:28 2016 -0300 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-prompt-toolkit" 1.7 +SOURCE="prompt_toolkit" 1.8 +VERSION="0.57" 1.9 +CATEGORY="development" 1.10 +SHORT_DESC="Library for building powerful interactive command lines in Python." 1.11 +MAINTAINER="paul@slitaz.org" 1.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.13 +WEB_SITE="https://github.com/jonathanslenders/python-prompt-toolkit" 1.14 +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 1.15 + 1.16 +DEPENDS="python python-six python-pygments python-wcwidth" 1.17 +BUILD_DEPENDS="wget setuptools python-dev python-six python-pygments python-wcwidth" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + python setup.py install --root=$DESTDIR 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $install/usr $fs 1.29 +} 1.30 +