summaryrefslogtreecommitdiffstats
path: root/nikto/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /nikto/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'nikto/PKGBUILD')
-rw-r--r--nikto/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/nikto/PKGBUILD b/nikto/PKGBUILD
deleted file mode 100644
index 6b4c282..0000000
--- a/nikto/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Arkham <arkham at archlinux dot us>
-# Contributor: Arkham <arkham at archlinux dot us>
-
-pkgname=nikto
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='A web server scanner which performs comprehensive tests against web servers for multiple items'
-url='http://www.cirt.net/code/nikto.shtml'
-license=('GPL')
-arch=('any')
-depends=('perl' 'openssl' 'perl-net-ssleay')
-install=$pkgname.install
-source=(http://www.cirt.net/nikto/$pkgname-$pkgver.tar.gz
- nikto.sh)
-md5sums=('a9404c3f464b08f3f48788d5f39e0ca7'
- 'eb7b704c8bdae28af9a0353764d0b552')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- install -d $pkgdir/usr/share/nikto
- cp -a * $pkgdir/usr/share/nikto/
- find $pkgdir/usr/share/nikto -type f -exec chmod 644 {} +
- install -Dm 755 $srcdir/nikto.sh $pkgdir/usr/bin/nikto
-}