wok annotate python-pastescript/receipt @ rev 16298
Up: xfce4-dev-tools (4.11.0)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Apr 07 08:07:32 2014 +0000 (2014-04-07) |
parents | 8cef97963c29 |
children | 7390f8de9846 |
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 { |
pankso@3379 | 21 cd $src |
gokhlayeh@8691 | 22 python setup.py install --root=$DESTDIR |
pankso@3379 | 23 } |
pankso@3379 | 24 |
pankso@3379 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3379 | 26 genpkg_rules() |
pankso@3379 | 27 { |
pascal@15378 | 28 cp -a $install/usr $fs |
pankso@3379 | 29 } |