1 # Contributor: Amr Hassan <amr.hassan@gmail.com>
3 pkgname=python2-html5lib
6 pkgdesc="Library for working with HTML documents"
8 url="http://code.google.com/p/html5lib/"
11 makedepends=('python2')
12 source=("http://html5lib.googlecode.com/files/html5lib-$pkgver.zip")
13 md5sums=('691e6b9ebe15b333a28280974b2ce432')
16 cd $srcdir/html5lib-$pkgver
17 python2 setup.py install --root=$pkgdir/ --optimize=1