updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / blindelephant-svn / PKGBUILD
blobec4de3a305a4a8f8b68cc457ea25c62666c708a9
1 pkgname=blindelephant-svn
2 pkgver=6
3 pkgrel=1
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/"
6 arch=('i686' 'x86_64')   
7 makedepends=(svn)
8 depends=('python2')
9 license=(LGPL)
10 _svnmod="blindelephant"
11 _svntrunk="https://blindelephant.svn.sourceforge.net/svnroot/blindelephant/trunk"
13 build() {
15 cd $startdir/src/
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."
24   else
25     svn co ${_svntrunk} ${_svnmod}
26   fi
29         msg "SVN checkout done or server timeout"
30         msg "Starting make..."
31         cd ${_svnmod}/src
32         python2 setup.py install --root=$pkgdir