24 lines
645 B
Bash
24 lines
645 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.8.0.ebuild,v 1.4 2015/03/25 14:01:35 ago Exp $
|
|
|
|
EAPI=5
|
|
DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
|
|
HOMEPAGE="http://cdw.sourceforge.net"
|
|
SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~ppc x86"
|
|
IUSE=""
|
|
|
|
DEPEND="virtual/cdrtools
|
|
app-cdr/dvd+rw-tools
|
|
dev-libs/libburn
|
|
dev-libs/libcdio[-minimal]
|
|
sys-libs/ncurses[unicode]"
|
|
|
|
src_install() {
|
|
DOCS="AUTHORS ChangeLog NEWS README THANKS cdw.conf" \
|
|
default
|
|
}
|