1 # Contributor: Tarinaky <tarinaky@gmail.com>
5 pkgdesc="A satirical console-based political role-playing/strategy game in which you recruit a team of Elite Liberal radicals and try to save the United States from a descent into Arch-Conservatism. Gameplay based loosely on the classic 1983 RPG Oubliette."
7 url="http://sourceforge.net/projects/lcsgame/"
11 makedepends=('subversion')
20 md5sums=() #generate with 'makepkg -g'
22 _svntrunk=https://lcsgame.svn.sourceforge.net/svnroot/lcsgame/trunk/
28 if [ -d $_svnmod/.svn ]; then
29 (cd $_svnmod && svn up -r $pkgver)
31 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
34 msg "SVN checkout done or server timeout"
35 msg "Starting make..."
37 rm -rf "$srcdir/$_svnmod-build"
38 cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
39 cd "$srcdir/$_svnmod-build"
46 ./configure --prefix=/usr
48 make DESTDIR="$pkgdir/" install