wok annotate python-pastescript/receipt @ rev 21448
updated mk-livestatus (1.2.2 -> 1.2.8p25)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 29 16:37:24 2019 +0100 (2019-04-29) |
parents | 7390f8de9846 |
children | 814362194a8d |
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" |
pascal@21020 | 11 WEB_SITE="https://pypi.org/project/PasteScript/" |
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 } |