summaryrefslogtreecommitdiff
path: root/community/arp-scan
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/arp-scan
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/arp-scan')
-rw-r--r--community/arp-scan/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/arp-scan/PKGBUILD b/community/arp-scan/PKGBUILD
deleted file mode 100644
index e18269ecd..000000000
--- a/community/arp-scan/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 65634 2012-02-21 15:59:18Z mtorromeo $
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
-# Contributor: xav <xav at ethertricks dot net>
-
-pkgname=arp-scan
-pkgver=1.8.1
-pkgrel=2
-pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network"
-arch=('i686' 'x86_64')
-url="http://www.nta-monitor.com/tools/arp-scan/"
-license=('GPL')
-depends=('libpcap' 'perl-libwww')
-source=(http://www.nta-monitor.com/tools/arp-scan/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('38db8f27fc6553a88367748ea04483d6')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
-