# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 DESCRIPTION="Backup content from DVD to hard disk" HOMEPAGE="http://dvdbackup.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="=media-libs/libdvdread-9999 virtual/libintl" RDEPEND="${DEPEND}" src_configure() { econf --docdir="/usr/share/doc/${PF}" } src_compile() { emake || die } src_install() { emake install DESTDIR="${D}" || die dodoc AUTHORS ChangeLog NEWS README || die }