net-analyzer/snmpenum - 1.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/snmpenum-1.0

Package Information

Description:
A perl script to enumerate SNMP table dumper
Homepage:
http://packetstormsecurity.org
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A perl script to enumerate SNMP table dumper"
HOMEPAGE="http://packetstormsecurity.org"
#SRC_URI="https://dl.packetstormsecurity.net/UNIX/scanners/${PN}.zip -> ${P}.zip"
SRC_URI="https://pentoo.org/~zero/distfiles/${P}.zip"

S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
BDEPEND="app-arch/unzip"
RDEPEND="dev-perl/Net-SNMP"

src_prepare() {
	eapply -p0 "${FILESDIR}"/${PN}-gentoo.patch
	default
}

src_install() {
	dodoc *.txt
	newsbin ${PN}.pl ${PN}
}

Dependencies

RDEPEND

dev-perl/Net-SNMP

BDEPEND

app-arch/unzip

Manifest for 1.0

Type File Size Source URLs
DIST snmpenum-1.0.zip 3030 bytes https://pentoo.org/~zero/distfiles/snmpenum-1.0.zip