net-analyzer/nbtscan - 1.7.2 (gentoo)

Search

Package Information

Description:
NBTscan is a program for scanning IP networks for NetBIOS name information
Homepage:
https://github.com/resurrecting-open-source-projects/nbtscan
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.7.2 8 amd64 ppc x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="NBTscan is a program for scanning IP networks for NetBIOS name information"
HOMEPAGE="https://github.com/resurrecting-open-source-projects/nbtscan"
SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"

DOCS=( AUTHORS CONTRIBUTING.md ChangeLog NEWS README.md )

src_prepare() {
	default

	eautoreconf
}

Manifest for 1.7.2

Type File Size Source URLs
DIST nbtscan-1.7.2.tar.gz 29758 bytes https://github.com/resurrecting-open-source-projects/nbtscan/archive/1.7.2.tar.gz