70b501e5325cb93f0eed14b7628871208ee90c55
[gentoo.git] / media-video / cpdvd / cpdvd-1.10-r1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=2
5
6 IUSE=""
7
8 S="${WORKDIR}"
9
10 DESCRIPTION="transfer a DVD title to your harddisk with ease on Linux"
11 HOMEPAGE="http://www.lallafa.de/bp/cpdvd.html"
12 SRC_URI="http://www.lallafa.de/bp/files/${P}.gz"
13
14 LICENSE="GPL-2"
15 SLOT="0"
16 KEYWORDS="amd64 ppc x86"
17
18 DEPEND=""
19
20 RDEPEND=">=media-video/transcode-0.6.2[dvd]
21         >=dev-lang/perl-5.8.0-r12
22         >=media-video/cpvts-1.2"
23
24 src_install () {
25         newbin ${P} ${PN} || die
26 }