wok-next view python-chardet/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
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 }