diff options
Diffstat (limited to 'app-cdr/arson/arson-0.9.4.ebuild')
-rw-r--r-- | app-cdr/arson/arson-0.9.4.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-cdr/arson/arson-0.9.4.ebuild b/app-cdr/arson/arson-0.9.4.ebuild new file mode 100644 index 000000000000..6d9080caaae7 --- /dev/null +++ b/app-cdr/arson/arson-0.9.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author Bart Verwilst <verwilst@gentoo.org> +. /usr/portage/eclass/inherit.eclass || die +inherit kde-base + +need-kde 2.2 + +S=${WORKDIR}/${P} +SLOT="0" +DESCRIPTION="A KDE frontend to CD burning and CD ripping tools." +SRC_URI="http://telia.dl.sourceforge.net/arson/${P}.tar.bz2" +HOMEPAGE="http://arson.sourceforge.net/" |