1 # Maintainer: FoolEcho <foolecho@gmail.com>
5 pkgdesc="Lutris is a gaming platform aiming to support as many games as possible for the GNU/Linux operating system."
7 url="http://lutris.net/"
10 depends=('python2-gconf' 'wxpython' 'pyxdg' 'python2-yaml' 'python-imaging')
12 'joy2key: for programs that otherwise lack native joystick support'
13 'pyglet: for fullscreen coverflow'
15 makedepends=('bzr' 'python-distutils-extra')
16 install=lutris.install
24 msg "Connecting to the server...."
26 if [ ! -d ./${_bzrmod} ]; then
27 bzr co ${_bzrtrunk} ${_bzrmod}
32 msg "Bazaar checkout done or server timeout"
33 msg "Starting build..."
35 rm -rf "$srcdir/$_bzrmod-build"
36 cp -r "$srcdir/$_bzrmod" "$srcdir/$_bzrmod-build"
39 find ${srcdir}/${_bzrmod}-build -name "*py" -exec sed 's/python/python2/' -i {} \;
43 cd "$srcdir/$_bzrmod-build"
44 python2 setup.py install --root="$pkgdir/" --optimize=1