diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/nbtscan |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/nbtscan')
-rwxr-xr-x | community/nbtscan/PKGBUILD | 27 | ||||
-rw-r--r-- | community/nbtscan/nbtscan.1.gz | bin | 0 -> 1890 bytes |
2 files changed, 27 insertions, 0 deletions
diff --git a/community/nbtscan/PKGBUILD b/community/nbtscan/PKGBUILD new file mode 100755 index 000000000..f7b093267 --- /dev/null +++ b/community/nbtscan/PKGBUILD @@ -0,0 +1,27 @@ +# Contributor: Sergio Rubio <rubiojr@biondofu.net> + +pkgname=nbtscan +pkgver=1.5.1 +pkgrel=4 +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) +md5sums=('85bb085077c380b82a6ff73e0de0c154') + +build() { + cd $srcdir/$pkgname-${pkgver}a + ./configure --prefix=/usr + make || return 1 + + # Copy the binary + mkdir -p $pkgdir/usr/bin + cp nbtscan $pkgdir/usr/bin + + cd $startdir + # 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 Binary files differnew file mode 100644 index 000000000..9d7aeb416 --- /dev/null +++ b/community/nbtscan/nbtscan.1.gz |