# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit base MY_P=musicmanager-${PV} DESCRIPTION="Lightweight FOX music collection manager and player" HOMEPAGE="http://gogglesmm.googlecode.com/" SRC_URI="http://${P}.googlecode.com/files/${MY_P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dbus" RDEPEND="dev-db/sqlite media-libs/taglib[mp4] media-libs/xine-lib net-misc/curl x11-libs/fox[png] dbus? ( sys-apps/dbus )" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} src_prepare() { sed -i -e 's:icons/hicolor/48x48/apps:pixmaps:' Makefile || die } src_configure() { econf $(use_with dbus) }