summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/burn-cd/burn-cd-1.7.4.ebuild')
-rw-r--r--app-cdr/burn-cd/burn-cd-1.7.4.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-cdr/burn-cd/burn-cd-1.7.4.ebuild b/app-cdr/burn-cd/burn-cd-1.7.4.ebuild
new file mode 100644
index 000000000000..e2cc44ec546a
--- /dev/null
+++ b/app-cdr/burn-cd/burn-cd-1.7.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="Smart console frontend for virtual/cdrtools and dvd+rw-tools"
+HOMEPAGE="http://burn-cd.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="dev-lang/python
+ virtual/cdrtools
+ app-cdr/dvd+rw-tools"
+DEPEND=""
+
+src_install() {
+ newbin ${P} ${PN} || die "newbin failed."
+}