1 # Contributor: rabyte <rabyte__gmail>
3 pkgname=gameandwatch-svn
6 pkgdesc="A generic engine for simulation of Game & Watch games"
8 url="http://www.rangelreale.com/gamewatch.php"
10 depends=('sdl_gfx' 'sdl_ttf' 'sdl_image' 'sdl_mixer' 'zziplib' 'boost>=1.33.1')
11 makedepends=('svn' 'autoconf' 'automake')
15 _svntrunk=http://gameandwatch.svn.sourceforge.net/svnroot/gameandwatch/gamewatch/trunk
21 if [ -d $_svnmod/.svn ]; then
26 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
29 msg "SVN checkout done or server timeout"
30 msg "Starting make..."
33 cp -rf $_svnmod/ $_svnmod-build/
37 ./configure --prefix=/usr
39 make DESTDIR=$pkgdir install