description="Digital audio encoder and decoder used to transfer data to Bluetooth audio output devices."
url="https://fr.wikipedia.org/wiki/SBC_%28codec%29"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

makedepends=(libsndfile)
name=sbc
version=1.4
release=3

source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.xz)

build()
{
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install

rm $PKG/usr/lib/libsbc.la
}
