updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / python2-html5lib / PKGBUILD
blobce2d3eeb7781dffffa79f8369dc0e7a732b90b8c
1 # Contributor: Amr Hassan <amr.hassan@gmail.com>
3 pkgname=python2-html5lib
4 pkgver=0.90
5 pkgrel=1
6 pkgdesc="Library for working with HTML documents"
7 arch=(any)
8 url="http://code.google.com/p/html5lib/"
9 license=(MIT)
10 depends=('python2')
11 makedepends=('python2')
12 source=("http://html5lib.googlecode.com/files/html5lib-$pkgver.zip")
13 md5sums=('691e6b9ebe15b333a28280974b2ce432')
15 build() {
16   cd $srcdir/html5lib-$pkgver
17   python2 setup.py install --root=$pkgdir/ --optimize=1