diff options
Diffstat (limited to 'app-cdr/kiso/kiso-0.8.3.ebuild')
-rw-r--r-- | app-cdr/kiso/kiso-0.8.3.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-cdr/kiso/kiso-0.8.3.ebuild b/app-cdr/kiso/kiso-0.8.3.ebuild new file mode 100644 index 000000000000..1d5873679307 --- /dev/null +++ b/app-cdr/kiso/kiso-0.8.3.ebuild @@ -0,0 +1,33 @@ +# 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.3.ebuild,v 1.1 2005/12/30 21:03:32 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.gz" +S="${WORKDIR}/${P/c/}" + +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 + +pkg_postinst() { + echo "" + einfo "Applications KIso will use when available:" + echo "" + einfo "to burn cd images - app-cdr/k3b" + einfo "to create encypted images - app-crypt/mcrypt" + einfo "to hex edit images - kdebase/khexedit, kdebase/kdeutils or app-editors/ghex" + echo "" +}
\ No newline at end of file |