updated on Fri Jan 20 12:03:34 UTC 2012
[aur-mirror.git] / proxyfuzz / PKGBUILD
blob5f2dfeb12d634bdcae74a6f2541c7aa3a93ca69b
1 #Maintainer: Sebastien Duquette <ekse.0x@gmail.com>
2 pkgname=proxyfuzz
3 pkgver=0.1
4 pkgrel=1
5 pkgdesc="a man-in-the-middle non-deterministic network fuzzer written in Python"
6 url="http://theartoffuzzing.com/joomla/index.php?option=com_content&task=view&id=21&Itemid=40"
7 license="GPL"
8 depends=('twisted')
9 arch=('i686' 'x86_64')
10 source=("http://theartoffuzzing.com/downloads/proxyfuzz/proxyfuzz.py")
11 md5sums=('16335167eec8447d244ca48ab1ae1b2a')
13 build() {
14     cd $srcdir/
16     # Add interpreter definition at the beginning of the script
17     echo "#!/usr/bin/python" > proxyfuzz
18     cat proxyfuzz.py >> proxyfuzz
21 package() {
22     cd $srcdir/
23     install -D -m755 proxyfuzz $pkgdir/usr/bin/proxyfuzz