diff options
author | Daniel Heule <nerve@ipwar.ch> | 2019-09-18 20:16:38 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-09-19 19:10:56 +0300 |
commit | 697654689eba4fe76feb8d5644bcbda08aee85ad (patch) | |
tree | 3451a7355c5bc3cc63d3bb614c39b439aa935345 /net-dns/dnscap/dnscap-1.10.2.ebuild | |
parent | sys-apps/qdirstat: bump to version 1.6 (diff) | |
download | gentoo-697654689eba4fe76feb8d5644bcbda08aee85ad.tar.gz gentoo-697654689eba4fe76feb8d5644bcbda08aee85ad.tar.bz2 gentoo-697654689eba4fe76feb8d5644bcbda08aee85ad.zip |
net-dns/dnscap: 1.10.2 bump
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Heule <nerve@ipwar.ch>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-dns/dnscap/dnscap-1.10.2.ebuild')
-rw-r--r-- | net-dns/dnscap/dnscap-1.10.2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-dns/dnscap/dnscap-1.10.2.ebuild b/net-dns/dnscap/dnscap-1.10.2.ebuild new file mode 100644 index 000000000000..38e157300abc --- /dev/null +++ b/net-dns/dnscap/dnscap-1.10.2.ebuild @@ -0,0 +1,26 @@ +# 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="net-libs/libpcap + net-libs/ldns + sys-libs/zlib + dev-libs/openssl:= + dev-perl/YAML" + +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." +} |