diff options
Diffstat (limited to 'net-analyzer/nmbscan/nmbscan-1.2.5-r1.ebuild')
-rw-r--r-- | net-analyzer/nmbscan/nmbscan-1.2.5-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-analyzer/nmbscan/nmbscan-1.2.5-r1.ebuild b/net-analyzer/nmbscan/nmbscan-1.2.5-r1.ebuild new file mode 100644 index 000000000000..ca165970fada --- /dev/null +++ b/net-analyzer/nmbscan/nmbscan-1.2.5-r1.ebuild @@ -0,0 +1,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 +} |