wok view html5lib/receipt @ rev 3384

Ren: pypdf -> python-pypdf
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Jun 11 23:07:48 2009 +0000 (2009-06-11)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="html5lib"
4 VERSION="0.11.1"
5 CATEGORY="development"
6 SHORT_DESC="A ruby/python based html parser/tokenizer."
7 MAINTAINER="claudinei@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.zip"
9 WEB_SITE="http://code.google.com/p/html5lib"
10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
11 DEPENDS="python"
12 BUILD_DEPENDS="python python-dev setuptools"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py install --root=$PWD/_pkg
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr $fs
26 }