# 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-based CD/DVD burning application." HOMEPAGE="http://gnomebaker.sf.net" SRC_URI="mirror://sourceforge/gnomebaker/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="dvdr nls" KEYWORDS="x86 amd64" RDEPEND="${DEPEND} media-sound/mpg123 media-sound/sox media-sound/vorbis-tools virtual/cdrtools dvdr? ( app-cdr/dvd+rw-tools )" DEPEND=">=gnome-base/libglade-2.0 >=gnome-base/libgnomeui-2.0 media-libs/libvorbis" src_install() { gnome2_src_install \ gnomebakerdocdir=${D}/usr/share/doc/${P} \ docdir=${D}/usr/share/gnome/help/${PN}/C \ gnomemenudir=${D}/usr/share/applications rm -rf ${D}/usr/share/doc/${P}/*.make ${D}/var use nls || rm -rf ${D}/usr/share/locale }