# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 eutils DESCRIPTION="Coaster-GUI is the graphical user frontend for the libburn library." HOMEPAGE="http://www.coaster-burner.org" SRC_URI="http://www.coaster-burner.org/files/coaster/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=app-cdr/libburn-0.2 \ >=dev-cpp/libgnomeuimm-2.6.0 \ dev-perl/XML-Parser \ >=dev-libs/libxml2-2.6.1 \ >=gnome-extra/nautilus-cd-burner-2.9.0 >=dev-cpp/gtkmm-2.5.5 >=dev-cpp/gconfmm-2.9.2 >=dev-cpp/libxmlpp-2.6.1" # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: #RDEPEND="" # Source directory; the dir where the sources can be found (automatically # unpacked) inside ${WORKDIR}. S will get a default setting of ${WORKDIR}/${P} # if you omit this line. S=${WORKDIR}/${P} src_unpack() { unpack ${A} cd ${S} # epatch ${FILESDIR}/etc-clean.patch }