# Copyright 1999-2005 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" HOMEPAGE="http://www.holtmann.org/linux/bluetooth/sbc.html" SRC_URI="" S="${WORKDIR}/${ECVS_MODULE}" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86 ~amd64" RDEPEND="virtual/libc" DEPEND="${RDEPEND} sys-devel/autoconf" src_unpack(){ cvs_src_unpack || die cd ${S} } src_compile() { ./bootstrap || die ./configure --prefix=/usr --sysconfdir=/etc || die emake || die } src_install() { make install DESTDIR=${D} }