summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/ccd2iso/ccd2iso-0.1.ebuild')
-rw-r--r--app-cdr/ccd2iso/ccd2iso-0.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-cdr/ccd2iso/ccd2iso-0.1.ebuild b/app-cdr/ccd2iso/ccd2iso-0.1.ebuild
new file mode 100644
index 000000000000..599c2519b9b7
--- /dev/null
+++ b/app-cdr/ccd2iso/ccd2iso-0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/ccd2iso/ccd2iso-0.1.ebuild,v 1.1 2004/02/12 02:08:35 vapier Exp $
+
+DESCRIPTION="Converts CloneCD images (popular under Windows) to ISOs"
+HOMEPAGE="http://sourceforge.net/projects/ccd2iso/"
+SRC_URI="mirror://sourceforge/ccd2iso/${PN}.tar.gz"
+
+LICENSE="GPL2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+ make install DESTDIR=${D} || die
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}