# 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="sbc.cvs.sourceforge.net:/cvsroot/sbc" ECVS_MODULE="sbc" ECVS_AUTH="pserver" ECVS_USER="anonymous" S=${WORKDIR}/${ECVS_MODULE} DESCRIPTION="Bluetooth low-complexity subband codec" HOMEPAGE="http://sbc.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() { ./bootstrap-configure --prefix=/usr emake || die "emake failed" } src_install() { make install DESTDIR=${D} }