wok view python-html5lib/receipt @ rev 15099

tty-clock: update wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 12:20:24 2013 +0000 (2013-08-14)
parents ad73f7efcc3d
children 2a5cc8208d36
line source
1 # SliTaz package receipt.
3 PACKAGE="python-html5lib"
4 VERSION="0.95"
5 CATEGORY="development"
6 SHORT_DESC="Standarts-compliant library for parsing HTML documents in Python."
7 MAINTAINER="claudinei@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="https://github.com/html5lib/html5lib-python"
10 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
11 DEPENDS="python python-six"
12 BUILD_DEPENDS="python-dev setuptools wget"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py install --root=$DESTDIR
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $install/usr $fs
25 }