wok annotate python-pastescript/receipt @ rev 18332
dropbear: add sshfbvnc (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 09 09:27:57 2015 +0200 (2015-09-09) |
parents | fd4f1e692109 |
children | 3244113bcf23 |
rev | line source |
---|---|
pankso@3379 | 1 # SliTaz package receipt. |
pankso@3379 | 2 |
pankso@3379 | 3 PACKAGE="python-pastescript" |
pankso@3379 | 4 VERSION="1.7.3" |
pankso@3379 | 5 CATEGORY="development" |
pankso@3379 | 6 SHORT_DESC="A pluggable command-line frontend, including commands to setup package file layouts." |
pankso@3379 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15378 | 8 LICENSE="MIT" |
pankso@3379 | 9 SOURCE="PasteScript" |
pankso@3379 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pankso@3379 | 11 WEB_SITE="http://pythonpaste.org/" |
pankso@3379 | 12 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" |
pascal@15378 | 13 TAGS="python" |
pascal@15378 | 14 |
pankso@3379 | 15 DEPENDS="python python-paste python-pastedeploy" |
gokhlayeh@8691 | 16 BUILD_DEPENDS="setuptools" |
pankso@3379 | 17 |
pankso@3379 | 18 # Rules to configure and make the package. |
pankso@3379 | 19 compile_rules() |
pankso@3379 | 20 { |
gokhlayeh@8691 | 21 python setup.py install --root=$DESTDIR |
pankso@3379 | 22 } |
pankso@3379 | 23 |
pankso@3379 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3379 | 25 genpkg_rules() |
pankso@3379 | 26 { |
pascal@15378 | 27 cp -a $install/usr $fs |
pankso@3379 | 28 } |