summaryrefslogtreecommitdiff
blob: 85b5ba140bc12b3dbd3ff8a566f3ce585f5ccdfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Scans the shares of a SMB/NetBIOS network"
HOMEPAGE="http://nmbscan.g76r.eu/"
SRC_URI="http://nmbscan.g76r.eu/down/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 ~sparc x86"

RDEPEND="net-dns/bind-tools
	net-fs/samba
	net-misc/iputils
	sys-apps/net-tools
	virtual/awk"

S=${WORKDIR}
PATCHES=( "${FILESDIR}"/${P}-head.diff )

src_compile() { :; }

src_install() {
	dobin nmbscan
}