diff options
author | Chris White <chriswhite@gentoo.org> | 2005-03-29 05:33:36 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-03-29 05:33:36 +0000 |
commit | e37a33e83225e6166d0ae05e439971988f1a89fc (patch) | |
tree | 7981dad8f9d89ffb0b4e1984ee253c1cab623a63 /media-video/dvd9to5/dvd9to5-0.1.7.ebuild | |
parent | repair manifest (diff) | |
download | gentoo-2-e37a33e83225e6166d0ae05e439971988f1a89fc.tar.gz gentoo-2-e37a33e83225e6166d0ae05e439971988f1a89fc.tar.bz2 gentoo-2-e37a33e83225e6166d0ae05e439971988f1a89fc.zip |
Initial import into the tree. Fixes Bug #56002. Thanks to Stefan Briesenick for the ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/dvd9to5/dvd9to5-0.1.7.ebuild')
-rw-r--r-- | media-video/dvd9to5/dvd9to5-0.1.7.ebuild | 24 |
1 files changed, 24 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..ae99f9a980d3 --- /dev/null +++ b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvd9to5/dvd9to5-0.1.7.ebuild,v 1.1 2005/03/29 05:33:36 chriswhite Exp $ + +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="GPL-2" +SLOT="0" +KEYWORDS="~x86" +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 INSTALL README TODO dvd9to5.conf.example +} |