summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c63677b71b4c453bb5e1235582e911e843739abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Edison IbaƱez <edison@openmailbox.org> 

pkgname=pilas-engine
my_pkgname=pilas
pkgver=1.3.2
pkgrel=1
pkgdesc="Un motor para hacer videojuegos de manera sencilla en Python.  An engine to make games in an easy way with Python."
arch=('any')
depends=('python2' 'python2-setuptools' 'python2-pyqt4' 'box2d' 'python2-pybox2d' 'python2-pygame')
makedepends=('mercurial')
conflicts=('pilas-hg' 'pilas-git', 'pilas-engine-git')
license=('LGPL')
url="http://www.pilas-engine.com.ar"

source=("https://github.com/hugoruscitti/${my_pkgname}/archive/${pkgver}.tar.gz")

package() {
    cd $srcdir/$my_pkgname-$pkgver
    python2 setup.py build
    python2 setup.py install --prefix=/usr --root "${pkgdir}" || return 1
}
md5sums=('c0468863b2be047968e37fb1c056b969')