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

# 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="libopusfile32: libopusfile32 $PKGVER (Opus Ogg access library)
libopusfile32: 
libopusfile32: The opusfile library provides seeking, decode, and playback of Opus 
libopusfile32: streams in the Ogg container (.opus files) including over http(s).
libopusfile32: 
libopusfile32: https://www.opus-codec.org/release/dev/2018/09/18/opusfile-0_11.html
libopusfile32: 
libopusfile32: This package contains 32-bit version of the library.
libopusfile32: 
libopusfile32: 
libopusfile32: 
"

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


