# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: phoen][x # Maintainer: Matthew Kennedy # /space/gentoo/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.39.ebuild,v 1.1 2002/04/21 23:47:03 mkennedy Exp MY_P=${P/dvdr/Video-DVDR} S=${WORKDIR}/${MY_P} DESCRIPTION="dvd::rip is a graphical frontend for transcode" SRC_URI="http://www.exit1.org/dvdrip/dist/$MY_P.tar.gz" HOMEPAGE="http://www.exit1.org/dvdrip/" DEPEND=">=media-video/transcode-0.6.0_pre4-r1 media-gfx/imagemagick gnome-extra/gtkhtml dev-perl/gtk-perl dev-perl/Storable dev-perl/Event" src_compile() { perl Makefile.PL emake || die } src_install () { make PREFIX=${D}/usr \ INSTALLMAN3DIR=${D}/usr/share/man/man3 \ INSTALLMAN1DIR=${D}/usr/share/man/man1 \ install || die dodoc Changes MANIFEST README TODO cp -a ${S}/contrib ${D}/usr/share/doc/${P} }