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

Up gpm (1.20.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 16:28:35 2018 +0300 (2018-04-14)
parents 0e7893ac206d
children 542df2bfb7b5
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 compile_rules() {
14 pip install --no-compile --root=$DESTDIR chardet
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="python"
20 }