wok-6.x annotate python-babel/receipt @ rev 24409
updated clamav and clamav-dev again (0.102.3 -> 0.104.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 09 14:21:34 2022 +0100 (2022-02-09) |
parents | 16df76e1fc6a |
children | 241fb98cab1c |
rev | line source |
---|---|
pascal@9668 | 1 PACKAGE="python-babel" |
pascal@9668 | 2 VERSION="0.9.6" |
pascal@9668 | 3 CATEGORY="development" |
pascal@9668 | 4 SHORT_DESC="A collection of tools for internationalizing Python applications." |
pascal@9668 | 5 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15378 | 6 LICENSE="BSD" |
pascal@9668 | 7 SOURCE="Babel" |
pascal@9668 | 8 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@9668 | 9 WEB_SITE="http://babel.edgewall.org/" |
pascal@9668 | 10 WGET_URL="http://ftp.edgewall.com/pub/babel/$TARBALL" |
pascal@15378 | 11 |
pascal@9668 | 12 DEPENDS="python" |
pascal@21581 | 13 BUILD_DEPENDS="python python-dev python-setuptools" |
pascal@9668 | 14 |
pascal@9668 | 15 # Rules to configure and make the package. |
pascal@9668 | 16 compile_rules() |
pascal@9668 | 17 { |
pascal@9668 | 18 python setup.py build && |
mojo@14550 | 19 python setup.py install --root=$DESTDIR |
pascal@9668 | 20 } |
pascal@9668 | 21 |
pascal@9668 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@9668 | 23 genpkg_rules() |
pascal@9668 | 24 { |
pascal@9668 | 25 mkdir -p $fs |
mojo@14550 | 26 cp -a $install/usr $fs |
pascal@9668 | 27 } |