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

Up palemoon (27.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Sep 27 20:45:12 2017 +0200 (2017-09-27)
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 }