wok view python-babel/receipt @ rev 14077

spacefm up to 0.8.6 - udevil up to 0.4.0
author ernia <monghitri@aruba.it>
date Fri Feb 22 16:30:58 2013 +0000 (2013-02-22)
parents
children 6042bb122d5d
line source
1 PACKAGE="python-babel"
2 VERSION="0.9.6"
3 CATEGORY="development"
4 SHORT_DESC="A collection of tools for internationalizing Python applications."
5 MAINTAINER="pascal.bellard@slitaz.org"
6 SOURCE="Babel"
7 TARBALL="$SOURCE-$VERSION.tar.gz"
8 WEB_SITE="http://babel.edgewall.org/"
9 WGET_URL="http://ftp.edgewall.com/pub/babel/$TARBALL"
10 DEPENDS="python"
11 BUILD_DEPENDS="python python-dev"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
17 cd $src
18 python setup.py build &&
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $_pkg/usr $fs
27 }