# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="Userspace programm to connect a bluetooth headset to the snd-bt-sco (bluetooth-alsa) driver." HOMEPAGE="http://bluetooth-alsa.sourceforge.net" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="bluez-libs media-libs/libao" RDEPEND="bluetooth-alsa" src_compile() { ./bootstrap ./configure make } src_install() { dobin btsco btsco2 dodoc COPYING INSTALL README }