# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author phoen][x MY_P=${P/dvdr/Video-DVDR} S=${WORKDIR}/${MY_P} DESCRIPTION="dvd::rip is a graphical frontend for transcode" HOMEPAGE="http://www.exit1.org/dvdrip/" SRC_URI="http://www.exit1.org/dvdrip/dist/$MY_P.tar.gz" DEPEND="media-video/transcode media-gfx/imagemagick gnome-extra/gtkhtml dev-perl/gtk-perl" src_compile() { cd ${S} perl Makefile.PL || die emake || die } src_install () { make DESTDIR=${D} \ docdir=/usr/share/doc/${PF} \ gnulocaledir=${D}/usr/share/locale \ install || die dodoc README TODO }