net-dns/updatedd - 2.6 (gentoo)

Search

Install

Install this version:

emerge -a =net-dns/updatedd-2.6

Package Information

Description:
Dynamic DNS client with plugins for several dynamic dns services
Homepage:
https://savannah.nongnu.org/projects/updatedd/
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/"
SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ppc x86"

RDEPEND="
	dev-lang/perl
	dev-perl/IO-Socket-Timeout
"

PATCHES=(
	"${FILESDIR}/${P}-options.patch"
	"${FILESDIR}/fix-ovh-DYNDNSHOST.patch"
	"${FILESDIR}/set-socket-timeouts-for-ipserv.patch"
	"${FILESDIR}/fix-ovh-support.patch"
	"${FILESDIR}/${P}-respect-docdir.patch"
)

src_prepare() {
	default

	# Needed for Clang 16
	eautoreconf
}

src_install() {
	default

	find "${ED}" -name '*.la' -delete || die
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-lang/perl
	dev-perl/IO-Socket-Timeout

Manifest for 2.6

Type File Size Source URLs
DIST updatedd_2.6.tar.gz 667104 bytes https://savannah.nongnu.org/download/updatedd/updatedd_2.6.tar.gz