diff options
author | 2004-01-17 21:04:46 +0000 | |
---|---|---|
committer | 2004-01-17 21:04:46 +0000 | |
commit | 7fa803f80a856c69488d36b410131c3d9ce58d6a (patch) | |
tree | 97ab161999fdaa83621b544348f18bdb2cfa36a5 /app-cdr/cdrecord-prodvd | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-7fa803f80a856c69488d36b410131c3d9ce58d6a.tar.gz gentoo-2-7fa803f80a856c69488d36b410131c3d9ce58d6a.tar.bz2 gentoo-2-7fa803f80a856c69488d36b410131c3d9ce58d6a.zip |
new ebuild. separated from cdrtools and xcdroast
Diffstat (limited to 'app-cdr/cdrecord-prodvd')
-rw-r--r-- | app-cdr/cdrecord-prodvd/Manifest | 3 | ||||
-rw-r--r-- | app-cdr/cdrecord-prodvd/cdrecord-prodvd-2.01_alpha24.ebuild | 33 | ||||
-rw-r--r-- | app-cdr/cdrecord-prodvd/metadata.xml | 10 |
3 files changed, 46 insertions, 0 deletions
diff --git a/app-cdr/cdrecord-prodvd/Manifest b/app-cdr/cdrecord-prodvd/Manifest new file mode 100644 index 000000000000..3a2e5be4adb6 --- /dev/null +++ b/app-cdr/cdrecord-prodvd/Manifest @@ -0,0 +1,3 @@ +MD5 f29d5062f752105f3899d2428204d8ef cdrecord-prodvd-2.01_alpha24.ebuild 853 +MD5 bca2ecf18b913eeb713049629869c429 metadata.xml 323 +MD5 81c7f46f2627ca855158647b2be8139a files/cdrecord-wrapper.sh 429 diff --git a/app-cdr/cdrecord-prodvd/cdrecord-prodvd-2.01_alpha24.ebuild b/app-cdr/cdrecord-prodvd/cdrecord-prodvd-2.01_alpha24.ebuild new file mode 100644 index 000000000000..fff0c692ca71 --- /dev/null +++ b/app-cdr/cdrecord-prodvd/cdrecord-prodvd-2.01_alpha24.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +inherit eutils + +X86_FILENAME="cdrecord-prodvd-2.01a24-i686-pc-linux-gnu" + +DESCRIPTION="Enhancement of cdrecord for writing DVDs" +HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html" +SRC_URI="x86? ( ftp://ftp.berlios.de/pub/cdrecord/ProDVD/${X86_FILENAME} )" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=app-cdr/cdrtools-2.01_alpha24" +PROVIDE="virtual/cdrtools" + +src_install() { + if use x86; then + dobin ${X86_FILENAME} + dosym /usr/bin/${X86_FILENAME} /usr/bin/cdrecord.prodvd + fi + dobin ${FILESDIR}/cdrecord-wrapper.sh +} + +pkg_postinstall() { + echo + einfo "For a license key of CDrecord-ProDVD please read" + einfo "ftp://ftp.berlios.de/pub/cdrecord/ProDVD/README" + echo +} diff --git a/app-cdr/cdrecord-prodvd/metadata.xml b/app-cdr/cdrecord-prodvd/metadata.xml new file mode 100644 index 000000000000..b8f85e7f5ade --- /dev/null +++ b/app-cdr/cdrecord-prodvd/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>pylon@gentoo.org</email> + <name>Lars Weiler</name> +</maintainer> +<longdescription>CD and DVD command line recording tool.</longdescription> +</pkgmetadata> |