summaryrefslogtreecommitdiff
blob: c037df08ae377b72a8cdfd961bdd40a202e45bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/dpencoder/dpencoder-0.6c.ebuild,v 1.3 2004/06/25 00:38:38 agriffis Exp $

inherit perl-module

DESCRIPTION="A PerlQT frontend to rip DVDs"
HOMEPAGE="http://dpencoder.sourceforge.net/"
SRC_URI="mirror://sourceforge/dpencoder/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc"
IUSE=""
S=${WORKDIR}/${P}/DPencoder

DEPEND="dev-lang/perl
		dev-perl/PerlQt
		media-libs/libdvdread
		>=media-video/mplayer-1.0_pre1"

src_compile() {
	perl-module_src_compile
}

src_install() {
	perl-module_src_install
	dodoc README
}