wok annotate python-webhelpers/receipt @ rev 17685
slitaz-i18n-extra/stuff/locale-pack.conf: add isomaster to EXTRA_PKGS
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Feb 20 18:12:30 2015 -0500 (2015-02-20) |
parents | ba98718e1ea4 |
children | 7390f8de9846 |
rev | line source |
---|---|
taziden@3777 | 1 # SliTaz package receipt. |
taziden@3777 | 2 |
taziden@3777 | 3 PACKAGE="python-webhelpers" |
taziden@6504 | 4 VERSION="1.2" |
taziden@3777 | 5 CATEGORY="development" |
taziden@3777 | 6 SHORT_DESC="Web Helpers" |
taziden@3777 | 7 MAINTAINER="taziden@slitaz.org" |
pascal@15376 | 8 LICENSE="BSD" |
taziden@3777 | 9 SOURCE="WebHelpers" |
taziden@3777 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
taziden@6504 | 11 WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" |
taziden@6504 | 12 WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" |
taziden@3777 | 13 TAGS="python" |
taziden@3777 | 14 |
pascal@15376 | 15 DEPENDS="python" |
pascal@15376 | 16 BUILD_DEPENDS="python python-dev setuptools" |
pascal@15376 | 17 |
taziden@3777 | 18 # Rules to configure and make the package. |
taziden@3777 | 19 compile_rules() |
taziden@3777 | 20 { |
taziden@3777 | 21 cd $src |
pascal@15376 | 22 python setup.py install --root=$DESTDIR |
taziden@3777 | 23 } |
taziden@3777 | 24 |
taziden@3777 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
taziden@3777 | 26 genpkg_rules() |
taziden@3777 | 27 { |
pascal@15376 | 28 cp -a $install/usr $fs |
taziden@3777 | 29 } |
taziden@3777 | 30 |