Posted by punkgode on Fri 25th Feb 00:04 (modification of post by view diff)
download | new post
- # Maintainer: marc0s <marc0s@fsfe.org>
- pkgname=xsser
- pkgver=19
- pkgrel=1
- pkgdesc="A penetration testing tool for detecting and exploiting XSS vulnerabilites."
- arch=('any')
- url="http://xsser.sourceforge.net/"
- license=('GPL3')
- groups=('network')
- depends=('python2' 'python-beautifulsoup' 'python-pycurl')
- makedepends=('subversion')
- _svntrunk="https://xsser.svn.sourceforge.net/svnroot/xsser/"
- _svnmod="xsser"
- install=
- changelog=
- source=()
- noextract=()
- md5sums=() #generate with 'makepkg -g'
- build() {
- cd "${srcdir}"
- msg "Starting SVN checkout..."
- if [ -d $_svnmod/.svn ] ; then
- cd $_svnmod && svn up
- else
- svn export $_svntrunk --config-dir ./ $_svnmod
- fi
- msg "SVN export done or server timeout"
- msg "Copying files..."
- cd $srcdir/$_svnmod
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
- }
- # vim:set ts=2 sw=2 et:
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.