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

# source: BLFS 11.3
TARBALL=sbc-$PKGVER.tar.xz
MD5SUM=5613357181daeffd71e971c6f8470f8d
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
}


