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

# source: james
TARBALL=openaptx-$PKGVER.tar.gz
MD5SUM=77b119867d9be5920a131524a8289292
SRC_URL=https://github.com/Arkq/openaptx/archive/v$PKGVER.tar.gz
BUNDLE=

SLACKREQ='ffmpeg libsndfile'
SLACKDESC="libopenaptx: libopenaptx $PKGVER (aptX/apt-X codec for bluetooth)
libopenaptx: 
libopenaptx: aptX is a family of proprietary audio codec compression algorithms 
libopenaptx: owned by Qualcomm, with a heavy emphasis on wireless audio 
libopenaptx: applications.
libopenaptx: 
libopenaptx: https://github.com/Arkq/openaptx
libopenaptx: 
libopenaptx: 
libopenaptx: 
libopenaptx: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/openaptx* &&
	
	autoreconf -fi &&
	CONFFLAGS="$CONFFLAGS --disable-doc --with-ffmpeg --with-sndfile --disable-static" 
	pkg_build_autoconf &&
	
	pkg_build_slackdesc
}


