1 # Maintainer: zhn <zhangn1985 AT gmail com>
6 pkgdesc="Ren'Py is a visual novel engine that helps you use words, images, and sounds to tell stories with the computer."
9 url="http://www.renpy.org"
10 depends=('ffmpeg' 'sdl' 'fribidi' 'python2' 'glew' 'libpng' 'python-pygame' 'freetype2')
11 makedepends=('python2')
12 conflicts=('renpy' 'renpy64')
15 source=(http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2
18 md5sums=('3a1c19371de977fdd1d50a7d23cabea8'
19 '19b861f4d934bfea817c161bf3ea1142'
23 cd ${srcdir}/renpy-${pkgver}
24 patch -p1 < ../python2.diff ||return 1
26 RENPY_DEPS_INSTALL=/usr ./setup.py build
29 cd $srcdir/renpy-${pkgver}/module/
30 RENPY_DEPS_INSTALL=/usr ./setup.py install --prefix=$pkgdir/usr