5 # Contributor: Vsevolod Balashov <vsevolod@balashov.name>
13 pkgdesc="a fast (pure C), self-healing, developer-friendly WSGI server"
15 url="http://projects.unbit.it/$name"
17 depends=("$python" libxml2)
18 conflicts=(python-$pkgname python-$name)
20 makedepends=(gcc mercurial "$python")
22 _hgroot="http://projects.unbit.it/hg/"
27 CFLAGS='' make -f Makefile.Py27
28 mkdir -p $pkgdir/usr/bin
29 install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi