summaryrefslogtreecommitdiff
path: root/community/nbtscan
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/nbtscan
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/nbtscan')
-rw-r--r--community/nbtscan/PKGBUILD31
-rw-r--r--community/nbtscan/nbtscan.1.gzbin1890 -> 0 bytes
2 files changed, 0 insertions, 31 deletions
diff --git a/community/nbtscan/PKGBUILD b/community/nbtscan/PKGBUILD
deleted file mode 100644
index 03c637932..000000000
--- a/community/nbtscan/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 66246 2012-02-23 05:18:07Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Sergio Rubio <rubiojr@biondofu.net>
-
-pkgname=nbtscan
-pkgver=1.5.1
-pkgrel=5
-pkgdesc="NBTscan is a program for scanning IP networks for NetBIOS name information."
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=(glibc)
-url="http://www.inetcat.net/software/nbtscan.html"
-source=(http://www.sourcefiles.org/Networking/Tools/Miscellanenous/nbtscan-1.5.1.tar.gz
- nbtscan.1.gz)
-md5sums=('85bb085077c380b82a6ff73e0de0c154'
- 'c9b7f61d2be12af5edc120142341c5f7')
-
-build() {
- cd $srcdir/$pkgname-${pkgver}a
- ./configure --prefix=/usr
- make
-
- # Copy the binary
- mkdir -p $pkgdir/usr/bin
- cp nbtscan $pkgdir/usr/bin
-
- cd $srcdir
- # Include the nbtscan debian man page
- mkdir -p $pkgdir/usr/share/man/man1
- cp nbtscan.1.gz $pkgdir/usr/share/man/man1
-}
diff --git a/community/nbtscan/nbtscan.1.gz b/community/nbtscan/nbtscan.1.gz
deleted file mode 100644
index 9d7aeb416..000000000
--- a/community/nbtscan/nbtscan.1.gz
+++ /dev/null
Binary files differ