1 # Contributor: r4 <dru84532 (at) gmail.com>
7 pkgdesc="TiEmu emulates Texas Instruments calculators TI-89/92/92+/V200PLT (no GDB)."
9 url="http://tilp.info/"
11 depends=('libglade' 'libticalcs-svn' 'sdl')
12 makedepends=('subversion')
13 options=('force' '!libtool')
18 _svntrunk=http://svn.tilp.info/repos/tiemu/$_svnmod/trunk
23 if [ -d $_svnmod/.svn ]; then
24 (cd $_svnmod && svn up -r $pkgver)
26 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
29 msg "SVN checkout done or server timeout"
30 msg "Starting make..."
32 rm -rf "$srcdir/$_svnmod-build"
33 cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
34 cd "$srcdir/$_svnmod-build"
39 ./configure --prefix=/usr --disable-gdb
41 make DESTDIR="$pkgdir/" install