mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 17:50:58 +02:00
20 lines
531 B
Bash
20 lines
531 B
Bash
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
|
|
|
|
DESCRIPTION="An efficient SNMP scanner"
|
|
HOMEPAGE="http://www.phreedom.org/solar/onesixtyone/"
|
|
SRC_URI="http://www.phreedom.org/solar/${PN}/${P}.tar.gz"
|
|
LICENSE="GPL-2"
|
|
DEPEND=""
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86 ~ppc"
|
|
IUSE=""
|
|
RESTRICT="nomirror"
|
|
|
|
|
|
src_install() {
|
|
dobin onesixtyone
|
|
dodoc ChangeLog INSTALL README dict.txt
|
|
}
|