pentoo-overlay/net-analyzer/dnsenum/dnsenum-1.0.ebuild
2010-01-31 23:25:22 +00:00

29 lines
653 B
Bash

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /root/portage/net-analyzer/dnsenum/dnsenum-1.0.ebuild,v 1.1.1.1 2006/03/30 21:15:43 grimmlin Exp $
inherit eutils
DESCRIPTION="A perl script to enumerate DNS from a server"
HOMEPAGE="http://packetstormsecurity.org"
SRC_URI="http://packetstormsecurity.org/UNIX/scanners/${PN}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
S="${WORKDIR}"
src_compile () {
einfo "Nothing to compile"
epatch "${FILESDIR}"/${PN}-gentoo.patch
}
src_install () {
dodoc *.txt
newsbin ${PN}.pl ${PN}
}