summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-04-03 20:02:25 +0200
committerPacho Ramos <pacho@gentoo.org>2016-04-03 20:02:58 +0200
commit7a2332950438eeb34bd5b28255c6a511bd54d7e8 (patch)
tree397d2a80e2e61e6a5e7c3ec769d78acdec7df184 /net-dns
parentsci-biology/abyss: Remove old (diff)
downloadgentoo-7a2332950438eeb34bd5b28255c6a511bd54d7e8.tar.gz
gentoo-7a2332950438eeb34bd5b28255c6a511bd54d7e8.tar.bz2
gentoo-7a2332950438eeb34bd5b28255c6a511bd54d7e8.zip
net-dns/updatedd: Disable static building and drop .la files (#577248 by Blake Leverett)
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/updatedd/updatedd-2.6-r1.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/net-dns/updatedd/updatedd-2.6-r1.ebuild b/net-dns/updatedd/updatedd-2.6-r1.ebuild
new file mode 100644
index 000000000000..f72f2d318f3d
--- /dev/null
+++ b/net-dns/updatedd/updatedd-2.6-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
+HOMEPAGE="http://savannah.nongnu.org/projects/updatedd/"
+SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-options.patch
+ default
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
+ prune_libtool_files
+}