summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-05 22:02:45 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-05 22:02:45 +0000
commit89c459d1fed8e1c56eef42ac5bde024f9ba43826 (patch)
tree29bedeb7b1423df43278e43acec60f876599909a /app-cdr/cdrx/cdrx-0.3.1.ebuild
parentVersion bump (diff)
downloadgentoo-2-89c459d1fed8e1c56eef42ac5bde024f9ba43826.tar.gz
gentoo-2-89c459d1fed8e1c56eef42ac5bde024f9ba43826.tar.bz2
gentoo-2-89c459d1fed8e1c56eef42ac5bde024f9ba43826.zip
Version bump
Diffstat (limited to 'app-cdr/cdrx/cdrx-0.3.1.ebuild')
-rw-r--r--app-cdr/cdrx/cdrx-0.3.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-cdr/cdrx/cdrx-0.3.1.ebuild b/app-cdr/cdrx/cdrx-0.3.1.ebuild
new file mode 100644
index 000000000000..213707ccd7ed
--- /dev/null
+++ b/app-cdr/cdrx/cdrx-0.3.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Author Ben Lutgens <blutgens@sistina.com>
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrx/cdrx-0.3.1.ebuild,v 1.1 2002/04/05 22:02:45 seemant Exp $
+
+S=${WORKDIR}
+DESCRIPTION="Menu based front-end to mkisofs and cdrecord"
+SRC_URI="http://prdownloads.sourceforge.net/cdrx/${P}.tar.gz"
+HOMEPAGE="http://cdrx.sourceforge.net/"
+SLOT="0"
+DEPEND=">=app-cdr/cdrtools-1.11 sys-devel/perl"
+
+src_install () {
+
+ dobin cdrx.pl
+ dodoc README.txt TODO
+ dohtml -r ./
+}