wok view python-chardet/receipt @ rev 10832

python-pygame: we want font, image, mixer support for childsplay
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 07 21:56:16 2011 +0200 (2011-06-07)
parents
children fd4f1e692109
line source
1 # SliTaz package receipt.
3 PACKAGE="python-chardet"
4 SOURCE=python2-chardet
5 VERSION="2.0.1"
6 CATEGORY="development"
7 MAINTAINER="devel@slitaz.org"
8 SHORT_DESC="Python module for character encoding auto-detection"
9 DEPENDS="python"
10 BUILD_DEPENDS="python-dev"
11 WEB_SITE="http://chardet.feedparser.org"
12 TARBALL="$SOURCE-$VERSION.tgz"
13 WGET_URL="$WEB_SITE/download/$TARBALL"
15 # Rules to configure and make the package.
17 compile_rules() {
19 cd $src
20 python setup.py install --root=$PWD/_pkg --optimize=1
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }