wok-next view python-babel/receipt @ rev 20486

outguess: fix install path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 10:46:52 2018 +0100 (2018-03-12)
parents 0e7893ac206d
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-babel"
4 VERSION="2.5.3"
5 CATEGORY="python"
6 SHORT_DESC="A collection of tools for internationalizing Python applications"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://pypi.python.org/pypi/Babel"
11 BUILD_DEPENDS="python-pytz"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR Babel
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="python-pytz"
20 }