# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils cvs ECVS_SERVER="sbc.cvs.sourceforge.net:/cvsroot/sbc" ECVS_MODULE="sbc" DESCRIPTION="Bluetooth low-complexity, subband codec library" HOMEPAGE="http://bluetooth-alsa.sourceforge.net http://www.holtmann.org/linux/bluetooth/sbc.html" SRC_URI="" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-util/cvs" RDEPEND="" S="${WORKDIR}/${ECVS_MODULE}" src_compile() { ./bootstrap || die "bootstrap script failed" econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }