1
0
Fork 0

dnsenum V1.2.2 added

This commit is contained in:
Stefan Reimer 2011-12-26 12:14:04 -08:00
parent 9272c9ee2c
commit 75202ec835
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST dnsenum-1.2.2.tar.gz 902708 RMD160 91dd80957086ccffa301e2c5fa1bdff4546845a5 SHA1 c69b811c7a6d117a43e2b93c5e9a34677f991001 SHA256 74485238f0cb143e003c8f1d4b30dfe32cef508bdaaa228f063ead48312be56d
EBUILD dnsenum-1.2.2.ebuild 747 RMD160 c942ad9d7ceb787aa76f3283fd7b3858387f8b90 SHA1 7adf0242110ee42aeb4e1a3fced2fb0e48b07a23 SHA256 fd2712432828a45b4e847959277b49f12077e90da0367011c541eab91223a44d

View File

@ -0,0 +1,33 @@
# 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 $
EAPI=3
DESCRIPTION="A perl script to enumerate DNS from a server"
HOMEPAGE="http://code.google.com/p/dnsenum/"
SRC_URI="http://dnsenum.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="dev-perl/Net-Netmask
dev-perl/XML-Writer"
S="${WORKDIR}/${P/-/}"
src_prepare() {
sed -i 's|perl dnsenum.pl|dnsenum|g' dnsenum.pl || die
}
src_install () {
dodoc README.txt
newsbin ${PN}.pl ${PN}
insinto /usr/share/"${PN}"
doins dns.txt
doins dns-big.txt
}