1 pkgname=blindelephant-svn
4 pkgdesc="The BlindElephant Web Application Fingerprinter attempts to discover the version of a (known) web application by comparing static files at known locations "
5 url="http://blindelephant.sourceforge.net/"
10 _svnmod="blindelephant"
11 _svntrunk="https://blindelephant.svn.sourceforge.net/svnroot/blindelephant/trunk"
16 mkdir -p ~/.subversion; touch ~/.subversion/servers
17 msg "Connecting to $_svnmod.sf.net SVN server..."
19 # svn co $_svntrunk $_svnmod
21 if [ -d $_svnmod ] ; then
22 (cd $_svnmod && svn update)
23 msg "The local files are updated."
25 svn co ${_svntrunk} ${_svnmod}
29 msg "SVN checkout done or server timeout"
30 msg "Starting make..."
32 python2 setup.py install --root=$pkgdir