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

Up openttd (1.7.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 16 18:27:48 2017 +0100 (2017-11-16)
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 }