net-libs/jdns - 2.0.4 (rion)

Search

Package Information

Description:
JDNS is a simple DNS implementation library
Homepage:
https://github.com/psi-im/jdns
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.0.4 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="JDNS is a simple DNS implementation library"
HOMEPAGE="https://github.com/psi-im/jdns"

#EGIT_COMMIT="ae2e7264e8458d64932590bdde2417605946cb8a"
#EGIT_REPO_URI="https://github.com/psi-im/jdns.git"
SRC_URI="https://github.com/psi-im/jdns/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="tools qt5"
REQUIRED_EUSE="tools? ( qt5 )"

DEPEND="
qt5? ( dev-qt/qtnetwork:5 )
"
RDEPEND="${DEPEND}"

src_configure() {
	local mycmakeargs=( $(cmake-utils_use_build qt5 QJDNS)
		$(cmake-utils_use_build tools JDNS_TOOL) )

	cmake_src_configure
}

USE Flags

qt5

Dependencies

DEPEND

qt5? ( dev-qt/qtnetwork:5 )

RDEPEND

qt5? ( dev-qt/qtnetwork:5 )

Manifest for 2.0.4

Type File Size Source URLs
DIST jdns-2.0.4.tar.gz 83899 bytes https://github.com/psi-im/jdns/archive/v2.0.4.tar.gz