1 # Maintainer: marc0s <marc0s@fsfe.org>
5 pkgdesc="A penetration testing tool for detecting and exploiting XSS vulnerabilites."
7 url="http://xsser.sourceforge.net/"
10 depends=('orbited' 'python2' 'python-beautifulsoup' 'python-pycurl' 'twisted'
12 makedepends=('subversion')
14 _svntrunk="https://xsser.svn.sourceforge.net/svnroot/xsser/"
21 md5sums=() #generate with 'makepkg -g'
25 msg "Starting SVN checkout..."
26 if [ -d $_svnmod/.svn ] ; then
29 svn export $_svntrunk --config-dir ./ $_svnmod
32 msg "SVN export done or server timeout"
34 msg "Copying files..."
36 python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
40 # vim:set ts=2 sw=2 et: