# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Perl script to backup the main feature of a DVD-9 on DVD-5" HOMEPAGE="http://lakedaemon.netmindz.net/dvd9to5/" SRC_URI="http://lakedaemon.netmindz.net/dvd9to5/${P}.tar.bz2" LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" DEPEND=">=media-video/transcode-0.6.11 >=media-video/mjpegtools-1.6.2 >=media-video/dvdauthor-0.6.10" src_compile() { true # nothing to do } src_install() { dobin dvd9to5.pl dodoc CHANGELOG COPYING INSTALL README TODO dvd9to5.conf.example }