# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="A GTK2 GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen." HOMEPAGE="http://www.biddell.co.uk/gnomebaker.php" SRC_URI="http://www.biddell.co.uk/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc" IUSE="nls" DEPEND=">=x11-libs/gtk+-2.0* >=libgnomeui-2.0* >=libglade-2.0" RDEPEND="${DEPEND} app-cdr/cdrtools" src_compile() { local myconf ./configure \ --host=${CHOST} \ --prefix=/usr \ ${myconf} \ || die emake || die } src_install() { make prefix=${D}/usr install || die dodoc AUTHORS ChangeLog INSTALL README }