blob: 1d20c2f7e555a1005f454aee0f585630979e347d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrx/cdrx-0.3.1.ebuild,v 1.9 2003/02/13 06:01:55 vapier Exp $
DESCRIPTION="Menu based front-end to mkisofs and cdrecord"
SRC_URI="mirror://sourceforge/cdrx/${P}.tar.gz"
HOMEPAGE="http://cdrx.sourceforge.net/"
SLOT="0"
KEYWORDS="x86 ppc sparc "
LICENSE="GPL-2"
DEPEND=">=app-cdr/cdrtools-1.11
sys-devel/perl"
S=${WORKDIR}
src_install() {
dobin cdrx.pl
dodoc README.txt TODO
dohtml -r ./
}
|