summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/nmbscan/PKGBUILD
blob: 7b853d24ebf7092c74c9648be94c9b861da9e9b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname=nmbscan
pkgver=1.2.5
pkgrel=1
pkgdesc="nmbscan scans the shares of a SMB/NetBIOS network, using the NMB/SMB/NetBIOS protocols."
arch=(i686 x86_64)
url="http://bgarbier.free.fr"
source=("http://knoppmyth.net/repo/source/nmbscan-1.2.5.tar.gz")


build() {
  cd $startdir/src/$pkgname-$pkgver/
   make || return 1
   mkdir -p $startdir/pkg/usr/bin

  install -D -m755 nmbscan $startdir/pkg/usr/bin/nmbscan

}