### this file is sourced not run
PKGVER=1.3
PKGBUILD=1
PKGARCH=x86_64

# source: post BLFS 8.2 2018-07-31
TARBALL=sbc-$PKGVER.tar.xz
MD5SUM=2d8b7841f2c11ab287718d562f2b981c
SRC_URL=https://www.kernel.org/pub/linux/bluetooth/$TARBALL
BUNDLE=

SLACKREQ='libsndfile'
SLACKDESC="libsbc: libsbc $PKGVER (SBC audio codec)
libsbc: 
libsbc: The SBC is a digital audio encoder and decoder used to transfer data 
libsbc: to Bluetooth audio output devices like headphones or loudspeakers.
libsbc: 
libsbc: SBC is a mandatory codec - all bluetooth audio devices must support
libsbc: this audio encoded in SBC format.
libsbc: 
libsbc: 
libsbc: 
libsbc: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static" # --disable-tester if not using libsndfile
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


