updated on Tue Jan 17 08:05:08 UTC 2012
[aur-mirror.git] / python-fluentxml-hg / PKGBUILD
blobb57944b756af6173f88e57dadf14d9f3e1a6d95e
1 # Contributor: Vincent Berset <msieurhappy@gmail.com>
3 pkgname=python-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=('python')
11 makedepends=('python' 'mercurial')
12 provides=(python-fluentxml)
13 conflicts=(python-fluentxml)
14 source=()
15 md5sums=()
17 _hgroot='http://hg.last-exile.org'
18 _hgrepo='FluentXML'
20 build() {
21   cd $srcdir/$_hgrepo
22   python ./setup.py install --root=$pkgdir