dnsa: remove

This commit is contained in:
blshkv 2020-01-09 18:45:16 +08:00
parent 16e55a938e
commit cf4d8e7d0a
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 0 additions and 30 deletions

View file

@ -1 +0,0 @@
DIST dnsa-0.5.tar.gz 586114 SHA256 cfea1b87ab73d47938dcc774284c727058a08b62af08b9dcb637a8187ebde315 SHA512 01457e8bc2ee5ab7a862f57a9278e3d93a0d8b0b1becbef6394a56e6c50ca0f719e9390b9cee33c82751a17cb2735ce4894be907358f55da8650ae64c5711c18 WHIRLPOOL bf4f518f2a4c505c95b66e80d2e1a51aa6d93f3ddc0d4032a03e5ac9b298e9890682de5f7610e3247661d95145f13d3401ae69a8b267f93c2e8008497e096a06

View file

@ -1,29 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /root/portage/net-analyzer/dnsa/dnsa-0.5_beta.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $
EAPI="5"
DESCRIPTION="Swiss-army knife tool for dns auditing"
HOMEPAGE="http://packetfactory.openwall.net/projects/dnsa/index.html"
SRC_URI="http://packetfactory.openwall.net/projects/dnsa/dnsa-current.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug"
DEPEND="net-libs/libnet:1.0
net-libs/libpcap"
S=${WORKDIR}/${P}/sources
src_configure() {
myconf="$(use_enable debug)"
econf $myconf
}
src_install() {
dosbin dnsa || die "install failed"
dodoc ../docs/README ../docs/EXAMPLES
}