updatedd-2.6.ebuild 616 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. inherit eutils
  4. DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
  5. HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/"
  6. SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 ~arm ppc x86"
  10. IUSE=""
  11. RDEPEND=""
  12. src_unpack() {
  13. unpack ${A}
  14. epatch "${FILESDIR}"/${P}-options.patch
  15. }
  16. src_install() {
  17. emake DESTDIR="${D}" install || die
  18. mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
  19. dodoc AUTHORS
  20. }