# Copyright 1999-2005 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gnome2 flag-o-matic DESCRIPTION="GnomeBaker is a GTK2/Gnome cd burning application." HOMEPAGE="http://gnomebaker.sf.net" SRC_URI="mirror://sourceforge/gnomebaker/${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_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/Makefile.in.patch epatch ${FILESDIR}/Makefile.am.patch } src_compile() { econf || die "econf Failed" emake || die "emake Failed" } src_install() { gnome2_src_install # dodir /usr/share/applications # insinto /usr/share/applications # doins gnomebaker.desktop }