net-analyzer/ncrack - 0.5 (ubuilds)

Search

Install

Install this version:

emerge -a =net-analyzer/ncrack-0.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/ncrack-0.5

Or alternatively:

emerge --autounmask-write -a =net-analyzer/ncrack-0.5

Package Information

Description:
a high-speed network authentication cracking tool
Homepage:
http://nmap.org/ncrack/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.5 2 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=2

inherit base versionator

DESCRIPTION="a high-speed network authentication cracking tool"
HOMEPAGE="http://nmap.org/ncrack/"
SRC_URI="http://nmap.org/${PN}/dist/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ssh ssl"

RDEPEND="ssl? ( dev-libs/openssl )
	ssh? ( net-misc/openssh )"
DEPEND="${RDEPEND}"

DOCS=( CHANGELOG docs/{AUTHORS,TODO,{devguide,mirror_pool,ncrack\.usage,openssh-library}.txt} )


src_prepare() {
	sed -i -e '/STRIP =/s:= .*:= echo:' Makefile.in || die
}

src_configure() {
	econf --with-openssl=$(use ssl && echo yes || echo no) \
		--with-openssh=$(use ssh && echo yes || echo no)
}

src_install() {
	base_src_install
	doman docs/${PN}.1 || die "doman failed"
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-analyzer/ncrack | euse -E <flag> -p net-analyzer/ncrack | euse -D <flag> -p net-analyzer/ncrack

Global/Standard Flags

ssh
ssl

Inherited Eclasses

Dependencies

DEPEND

ssl? ( dev-libs/openssl )
	ssh? ( net-misc/openssh )

RDEPEND

ssl? ( dev-libs/openssl )
	ssh? ( net-misc/openssh )

Manifest for 0.5

Type File Size Source URLs
DIST ncrack-0.5.tar.gz 3931159 bytes http://nmap.org/ncrack/dist/ncrack-0.5.tar.gz