summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-06 21:38:03 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-06 21:38:03 +0000
commitdb0a9b912e0b7c80e6187287676921f1cc89d5f0 (patch)
tree7495995077e2371bb2b793488f57625ddbb8b789 /app-cdr/burn-cd/burn-cd-1.7.4.ebuild
parentBump. (diff)
downloadgentoo-2-db0a9b912e0b7c80e6187287676921f1cc89d5f0.tar.gz
gentoo-2-db0a9b912e0b7c80e6187287676921f1cc89d5f0.tar.bz2
gentoo-2-db0a9b912e0b7c80e6187287676921f1cc89d5f0.zip
Initial commit for bug 204841. Ebuild by Alexander Glyzov.
(Portage version: 2.1.5.3)
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..9d3d44d6f3e8
--- /dev/null
+++ b/app-cdr/burn-cd/burn-cd-1.7.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/burn-cd/burn-cd-1.7.4.ebuild,v 1.1 2008/06/06 21:38:03 drac Exp $
+
+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."
+}