1 # Contributor: Michail "mnk" Pavlenko <maniak.net [at] gmail [dot] com>
5 pkgdesc="A FUSE module that combines a several mount points into the single one. SVN version."
7 url="http://svn.uvw.ru/mhddfs/trunk/README"
10 makedepends=('subversion' 'gcc' 'glibc')
15 _svntrunk=http://svn.uvw.ru/mhddfs/trunk
22 if [ -d $_svnmod/.svn ]; then
23 (cd $_svnmod && svn up)
25 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
28 msg "SVN checkout done or server timeout"
29 msg "Starting make..."