You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dns/dnscap/dnscap-1.10.3.ebuild

27 lines
590 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Network capture utility designed specifically for DNS traffic"
HOMEPAGE="https://dnscap.dns-oarc.net/"
SRC_URI="https://www.dns-oarc.net/files/dnscap/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="ISC"
IUSE=""
RDEPEND="dev-libs/openssl:0=
dev-perl/YAML
net-libs/ldns:=
net-libs/libpcap
sys-libs/zlib"
DEPEND="${RDEPEND}"
pkg_postinst() {
elog "If you plan to use dnscap's -x/-X features, it is necessary to install"
elog "net-dns/bind as well."
}