diff options
Diffstat (limited to 'community/nbtscan')
-rw-r--r-- | community/nbtscan/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nbtscan/PKGBUILD b/community/nbtscan/PKGBUILD index 03c637932..18e5e9b5f 100644 --- a/community/nbtscan/PKGBUILD +++ b/community/nbtscan/PKGBUILD @@ -6,7 +6,7 @@ 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') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=(glibc) url="http://www.inetcat.net/software/nbtscan.html" @@ -17,7 +17,7 @@ md5sums=('85bb085077c380b82a6ff73e0de0c154' build() { cd $srcdir/$pkgname-${pkgver}a - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make # Copy the binary |