# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild,v 1.7 2007/01/28 11:50:58 hanno Exp $ inherit alternatives cvs eutils fdo-mime flag-o-matic ECVS_SERVER="bluetooth-alsa.cvs.sourceforge.net:/cvsroot/bluetooth-alsa" ECVS_MODULE="plugz" ECVS_AUTH="pserver" ECVS_USER="anonymous" S=${WORKDIR}/${ECVS_MODULE} DESCRIPTION="Bluetooth headset userspace utilities" HOMEPAGE="http://bluetooth-alsa.sourceforge.net" SRC_URI="" LICENSE="GPL-2" SLOT="2" KEYWORDS="~amd64" DEPEND="media-libs/alsa-lib media-sound/alsa-headers sys-apps/dbus >=net-wireless/bluez-libs-3.5 dev-libs/dbus-glib" src_compile() { libtoolize --copy --force ./bootstrap ./configure --prefix=/usr --sysconfdir=/etc emake || die "emake failed" } src_install() { make install DESTDIR=${D} insinto /usr/share/${P} doins alsa-plugins/a2dpd/sample.a2dprc alsa-plugins/asound.conf }