# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GnomeBaker is a GTK2/Gnome cd burning application." HOMEPAGE="http://biddell.co.uk/gnomebaker.php" SRC_URI="http://biddell.co.uk/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~x86" RDEPEND="${DEPEND} app-cdr/cdrtools" DEPEND=">=x11-libs/gtk+-2.0 >=gnome-base/libglade-2.0 >=gnome-base/libgnomeui-2.0 media-libs/libvorbis media-sound/mpg123 media-sound/sox" src_compile() { econf || die "configure failed" emake || die "make failed" } src_install() { make install DESTDIR=${D} dodir /usr/share/applications insinto /usr/share/applications doins gnomebaker.desktop }