updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / dirbuster / PKGBUILD
blob2b9198fbba2a550e14da4f15d2527d704f89a995
1 pkgname=dirbuster
2 pkgver=0.12
3 pkgrel=1
4 pkgdesc="DirBuster is an application designed to brute force directories and files names on web/application servers" 
5 url="http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project" 
6 license="LGPL" 
7 arch=(i686 x86_64)
8 depends=('jre') 
9 source=(http://downloads.sourceforge.net/dirbuster/DirBuster-0.12.tar.bz2) 
10 build() { 
11                 cd $startdir/src/
12                 mkdir -p $startdir/pkg/opt/
13                 mkdir -p $startdir/pkg/usr/bin
14                 cp -r DirBuster-$pkgver $startdir/pkg/opt/DirBuster
15                 cp $startdir/dirbuster $startdir/pkg/usr/bin/
16         }
17 md5sums=('1db1c2e6f0d06f2f1aa662775567b6fa')