From e8a390d049832e3517680210c5517b2c678c1901 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sun, 15 Mar 2015 15:52:15 +0200 Subject: Keeping zenmap --- net-analyzer/zenmap/zenmap-6.01.ebuild | 65 ++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 net-analyzer/zenmap/zenmap-6.01.ebuild (limited to 'net-analyzer/zenmap/zenmap-6.01.ebuild') diff --git a/net-analyzer/zenmap/zenmap-6.01.ebuild b/net-analyzer/zenmap/zenmap-6.01.ebuild new file mode 100644 index 00000000..74617c27 --- /dev/null +++ b/net-analyzer/zenmap/zenmap-6.01.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +PYTHON_DEPEND="2" + +inherit eutils flag-o-matic python + +MY_P=${P/_beta/BETA} + +DESCRIPTION="Graphical frontend for nmap" +HOMEPAGE="http://nmap.org/" +SRC_URI="http://nmap.org/dist/${MY_P/zenmap/nmap}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.6:2 + >=dev-python/pygtk-2.6 + || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) + " +RDEPEND="${DEPEND} + ~net-analyzer/nmap-${PV}" + +S="${WORKDIR}/${MY_P/zenmap/nmap}" + +pkg_setup() { + python_set_active_version 2 +} + +src_prepare() { + # epatch "${FILESDIR}"/${PN}-4.75-include.patch + # epatch "${FILESDIR}"/${PN}-4.75-nolua.patch + # epatch "${FILESDIR}"/${PN}-5.10_beta1-string.patch + epatch "${FILESDIR}"/${PN/zenmap/nmap}-5.21-python.patch + sed -i -e 's/-m 755 -s ncat/-m 755 ncat/' ncat/Makefile.in + + ## bug #416987 + #epatch "${FILESDIR}"/${P}-make.patch +} + +src_configure() { + # The bundled libdnet is incompatible with the version available in the + # tree, so we cannot use the system library here. + econf --with-libdnet=included \ + --with-zenmap \ + --without-ncat \ + --without-ndiff \ + --without-nmap-update \ + --without-nping \ + --without-ndiff \ + || die "configure failed!" +} + +src_compile() { + emake build-zenmap || die +} + +src_install() { + emake DESTDIR="${D}" install-zenmap || die + doicon "${FILESDIR}/nmap-logo-64.png" +} -- cgit v1.2.3