341328f54219a24ee8954ef138dfd98f6ca540e3
[gentoo.git] / net-dns / updatedd / updatedd-2.6-r5.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
7 HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/"
8 SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 ~arm ppc x86"
13 IUSE=""
14
15 DEPEND=""
16 RDEPEND="dev-lang/perl
17         dev-perl/IO-Socket-Timeout"
18
19 PATCHES=(
20         "${FILESDIR}/${P}-options.patch"
21         "${FILESDIR}/fix-ovh-DYNDNSHOST.patch"
22         "${FILESDIR}/respect-docdir.patch"
23         "${FILESDIR}/set-socket-timeouts-for-ipserv.patch"
24 )
25
26 src_configure() {
27         econf --disable-static --docdir="/usr/share/doc/${PF}"
28 }