You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
472 B
22 lines
472 B
# 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."
|
|
}
|