wok view python-html5lib/receipt @ rev 17375

Add linux64-aufs (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 21 15:45:32 2014 +0100 (2014-11-21)
parents 2a5cc8208d36
children 16df76e1fc6a
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 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/html5lib/html5lib-python"
11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
12 HOST_ARCH="i486 arm"
14 DEPENDS="python python-six"
15 BUILD_DEPENDS="python-dev setuptools wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }