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

# source: james
TARBALL=opusfile-$PKGVER.tar.gz
MD5SUM=e1e94a9a663b4ca7a388f367baf1a7e3
SRC_URL=https://downloads.xiph.org/releases/opus/opusfile-0.11.tar.gz
BUNDLE=

SLACKREQ='libogg libopus'
SLACKDESC="libopusfile: libopusfile $PKGVER (Opus Ogg access library)
libopusfile: 
libopusfile: The opusfile library provides seeking, decode, and playback of Opus 
libopusfile: streams in the Ogg container (.opus files) including over http(s).
libopusfile: 
libopusfile: https://www.opus-codec.org/release/dev/2018/09/18/opusfile-0_11.html
libopusfile: 
libopusfile: 
libopusfile: 
libopusfile: 
libopusfile: 
"

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


