# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit multilib DESCRIPTION="" SRC_URI="mirror://sourceforge/gkrellm-bluez/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/gkrellm-bluez" DEPEND=">=app-admin/gkrellm-2 net-wireless/bluez-libs" LICENSE="GPL" KEYWORDS="x86" src_compile() { econf --disable-static || die emake || die } src_install () { einstall || die }