summaryrefslogtreecommitdiff
path: root/media-video/dvd9to5/dvd9to5-0.1.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-video/dvd9to5/dvd9to5-0.1.7.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'media-video/dvd9to5/dvd9to5-0.1.7.ebuild')
-rw-r--r--media-video/dvd9to5/dvd9to5-0.1.7.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild
new file mode 100644
index 000000000000..0ec5eecdf4ef
--- /dev/null
+++ b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="Perl script to backup the main feature of a DVD-9 on DVD-5"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="http://bluray.beandog.org/dvd9to5/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
+RDEPEND=">=media-video/transcode-0.6.11
+ >=media-video/mjpegtools-1.6.2
+ >=media-video/dvdauthor-0.6.10
+ app-cdr/dvd+rw-tools
+ dev-lang/perl"
+
+src_compile() {
+ true # nothing to do
+}
+
+src_install() {
+ dobin dvd9to5.pl
+ dodoc CHANGELOG README TODO dvd9to5.conf.example
+}