1 # Contributor: Andreas B. Wagner <AndreasBWagner@gmail.com>
5 pkgdesc="draws simple 2D animated vector graphics by reading commands from stdin"
7 url="http://repo.hu/projects/animator/"
10 makedepends=('subversion')
13 _svntrunk=svn://repo.hu/animator/trunk
19 if [ -d $_svnmod/.svn ]; then
20 (cd $_svnmod && svn up -r $pkgver)
22 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
25 msg "SVN checkout done or server timeout"
26 msg "Starting make..."
28 rm -rf "$srcdir/$_svnmod-build"
29 cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
30 cd "$srcdir/$_svnmod-build/src"
39 cd "$srcdir/$_svnmod-build/src"
41 make PREFIX="$pkgdir/usr/" install