blob: 70b501e5325cb93f0eed14b7628871208ee90c55 (
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
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
IUSE=""
S="${WORKDIR}"
DESCRIPTION="transfer a DVD title to your harddisk with ease on Linux"
HOMEPAGE="http://www.lallafa.de/bp/cpdvd.html"
SRC_URI="http://www.lallafa.de/bp/files/${P}.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
DEPEND=""
RDEPEND=">=media-video/transcode-0.6.2[dvd]
>=dev-lang/perl-5.8.0-r12
>=media-video/cpvts-1.2"
src_install () {
newbin ${P} ${PN} || die
}
|