# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils cvs ECVS_SERVER="bluetooth-alsa.cvs.sourceforge.net:/cvsroot/bluetooth-alsa" ECVS_MODULE="plugz" DESCRIPTION="Alsa Plugz for bluetooth audio" HOMEPAGE="http://bluetooth-alsa.sourceforge.net" SRC_URI="" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-util/cvs >=net-wireless/bluez-libs-3.9" RDEPEND="" S="${WORKDIR}/${ECVS_MODULE}" src_compile() { libtoolize --copy --force ./bootstrap || die "bootstrap script failed" econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }