5 pkgdesc="Python/PyGTK application that captures and saves clipboard history."
6 url='http://code.google.com/p/xyhthyx/'
9 makedepends=('subversion')
10 conflicts=('parcelle')
17 _svntrunk=http://xyhthyx.googlecode.com/svn/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 build..."
32 cd $startdir/src/$_svnmod/parcelle
34 ./setup.py install --prefix=/usr --root=~/$startdir/pkg