wok-next annotate python-pastescript/receipt @ rev 9973
lostirc: fix receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 18 19:10:54 2011 +0200 (2011-05-18) |
parents | 67863a5bedd0 |
children | fd4f1e692109 |
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" |
pankso@3379 | 8 SOURCE="PasteScript" |
pankso@3379 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
pankso@3379 | 10 WEB_SITE="http://pythonpaste.org/" |
pankso@3379 | 11 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" |
pankso@3379 | 12 DEPENDS="python python-paste python-pastedeploy" |
gokhlayeh@8691 | 13 BUILD_DEPENDS="setuptools" |
pankso@3379 | 14 TAGS="python" |
pankso@3379 | 15 |
pankso@3379 | 16 # Rules to configure and make the package. |
pankso@3379 | 17 compile_rules() |
pankso@3379 | 18 { |
pankso@3379 | 19 cd $src |
gokhlayeh@8691 | 20 python setup.py install --root=$DESTDIR |
pankso@3379 | 21 } |
pankso@3379 | 22 |
pankso@3379 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3379 | 24 genpkg_rules() |
pankso@3379 | 25 { |
pankso@3379 | 26 cp -a $_pkg/usr $fs |
pankso@3379 | 27 } |