updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / python2-fluentxml-hg / PKGBUILD
blobaed58783acc84e008002e21572b4eb354cf172d8
1 # Contributor: Vincent Berset <msieurhappy@gmail.com>
3 pkgname=python2-fluentxml-hg
4 pkgver=95
5 pkgrel=1
6 pkgdesc="XML library written in python"
7 arch=('any')
8 url="http://fluentxml.last-exile.org/"
9 license=('GPL3')
10 depends=('python2')
11 makedepends=('python2' 'mercurial')
12 provides=(python2-fluentxml)
13 conflicts=(python2-fluentxml)
14 source=()
15 md5sums=()
17 _hgroot='http://hg.last-exile.org'
18 _hgrepo='FluentXML'
20 build() {
21   cd $srcdir/$_hgrepo
22   python2 ./setup.py install --root=$pkgdir