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

Up libffi, python, some python-* packages.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 10 21:12:27 2017 +0300 (2017-06-10)
parents 16df76e1fc6a
children 0e7893ac206d
line source
1 # SliTaz package receipt.
3 PACKAGE="python-chardet"
4 VERSION="3.0.4"
5 CATEGORY="development"
6 SHORT_DESC="Python module for character encoding auto-detection"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://pypi.python.org/pypi/chardet"
11 BUILD_DEPENDS="python"
13 # Rules to configure and make the package.
15 compile_rules() {
16 pip install --no-compile --root=$DESTDIR chardet
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std
23 DEPENDS="python"
24 }