You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/braa/braa-0.8-r2.ebuild

29 lines
631 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/braa/braa-0.8-r2.ebuild,v 1.2 2012/02/05 18:31:17 armin76 Exp $
inherit toolchain-funcs eutils
DESCRIPTION="Quick and dirty mass SNMP scanner"
HOMEPAGE="http://s-tech.elsat.net.pl/braa/"
SRC_URI="http://s-tech.elsat.net.pl/braa/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
src_unpack() {
unpack ${A}
epatch "${FILESDIR}"/${P}-gentoo.diff
}
src_compile() {
export CC="$(tc-getCC)"
emake || die
}
src_install() {
dobin braa
dodoc README
}