wok annotate python-babel/receipt @ rev 15639

Down rack (1.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 20:33:37 2013 +0000 (2013-12-09)
parents 6042bb122d5d
children 16df76e1fc6a
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"
mojo@14550 13 BUILD_DEPENDS="python python-dev 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
pascal@9668 19 cd $src
pascal@9668 20 python setup.py build &&
mojo@14550 21 python setup.py install --root=$DESTDIR
pascal@9668 22 }
pascal@9668 23
pascal@9668 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9668 25 genpkg_rules()
pascal@9668 26 {
pascal@9668 27 mkdir -p $fs
mojo@14550 28 cp -a $install/usr $fs
pascal@9668 29 }