wok-current diff python-babel/receipt @ rev 12582
libgnome: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 28 21:16:48 2012 +0200 (2012-04-28) |
parents | |
children | 6042bb122d5d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-babel/receipt Sat Apr 28 21:16:48 2012 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +PACKAGE="python-babel" 1.5 +VERSION="0.9.6" 1.6 +CATEGORY="development" 1.7 +SHORT_DESC="A collection of tools for internationalizing Python applications." 1.8 +MAINTAINER="pascal.bellard@slitaz.org" 1.9 +SOURCE="Babel" 1.10 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 +WEB_SITE="http://babel.edgewall.org/" 1.12 +WGET_URL="http://ftp.edgewall.com/pub/babel/$TARBALL" 1.13 +DEPENDS="python" 1.14 +BUILD_DEPENDS="python python-dev" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + 1.20 + cd $src 1.21 + python setup.py build && 1.22 + python setup.py install --root=$PWD/_pkg 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs 1.29 + cp -a $_pkg/usr $fs 1.30 +}