blob: 774abc862bdaaa292d944b2acf2c9dc03f669bd9 (
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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/kiso/kiso-0.8.2.ebuild,v 1.1 2005/07/03 17:26:00 carlo Exp $
inherit kde
DESCRIPTION="KIso is a fronted for KDE to make it as easy as possible to create manipulate and extract CD Image files."
HOMEPAGE="http://kiso.sourceforge.net/"
SRC_URI="mirror://sourceforge/kiso/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
IUSE=""
DEPEND=">=dev-libs/libcdio-0.73"
RDEPEND="${DEPEND}
app-cdr/cdrtools
app-admin/sudo"
need-kde 3.2
|