wok-next annotate python-chardet/receipt @ rev 19857

Up paper-gtk-theme, slitaz-next.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 07 23:39:42 2017 +0300 (2017-09-07)
parents 16df76e1fc6a
children 0e7893ac206d
rev   line source
slaxemulator@6839 1 # SliTaz package receipt.
slaxemulator@6839 2
slaxemulator@6839 3 PACKAGE="python-chardet"
al@19763 4 VERSION="3.0.4"
slaxemulator@6839 5 CATEGORY="development"
al@19763 6 SHORT_DESC="Python module for character encoding auto-detection"
slaxemulator@6839 7 MAINTAINER="devel@slitaz.org"
pascal@15378 8 LICENSE="LGPL2.1"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/chardet"
slaxemulator@6839 10
al@19763 11 BUILD_DEPENDS="python"
pascal@15378 12
slaxemulator@6839 13 # Rules to configure and make the package.
slaxemulator@6839 14
slaxemulator@6839 15 compile_rules() {
al@19763 16 pip install --no-compile --root=$DESTDIR chardet
slaxemulator@6839 17 }
al@18077 18
slaxemulator@6839 19 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@6839 20 genpkg_rules()
slaxemulator@6839 21 {
al@19763 22 copy @std
al@19763 23 DEPENDS="python"
slaxemulator@6839 24 }