pentoo-overlay/net-analyzer/snmpenum/snmpenum-1.0-r1.ebuild
Rick Farina (Zero_Chaos) 4019a315af
snmpenum: eapi bump
2022-07-21 17:07:46 -04:00

29 lines
532 B
Bash

# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="dev-perl/Net-SNMP"
S="${WORKDIR}"
src_prepare() {
eapply -p0 "${FILESDIR}"/${PN}-gentoo.patch
default
}
src_install() {
dodoc *.txt
newsbin ${PN}.pl ${PN}
}