wok annotate python-babel/receipt @ rev 14550

python-babel: update bdeps
author Richard Dunbar <mojo@slitaz.org>
date Thu May 23 01:29:57 2013 +0000 (2013-05-23)
parents c6fba7ac5ced
children fd4f1e692109
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@9668 6 SOURCE="Babel"
pascal@9668 7 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@9668 8 WEB_SITE="http://babel.edgewall.org/"
pascal@9668 9 WGET_URL="http://ftp.edgewall.com/pub/babel/$TARBALL"
pascal@9668 10 DEPENDS="python"
mojo@14550 11 BUILD_DEPENDS="python python-dev setuptools"
pascal@9668 12
pascal@9668 13 # Rules to configure and make the package.
pascal@9668 14 compile_rules()
pascal@9668 15 {
pascal@9668 16
pascal@9668 17 cd $src
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 }