1 # Contributor: totoloco <totoloco at gmail dot com>
5 pkgdesc="Klavaro is just another free touch typing tutor program."
7 url="http://klavaro.sourceforge.net/"
9 depends=('gtkdatabox' 'curl')
15 _svntrunk=https://klavaro.svn.sourceforge.net/svnroot/klavaro/trunk/
21 msg "SVN checking out..."
22 svn co $_svntrunk --config-dir ./ $_svnmod
24 msg "SVN checkout done or server timeout"
25 msg "Starting make..."
27 rm -rf "$srcdir/$_svnmod-build"
28 cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
29 cd "$srcdir/$_svnmod-build"
34 ./configure --prefix=/usr
36 make DESTDIR="$pkgdir/" install