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

# source: post BLFS 7.8 updated 6-12-2018
TARBALL=opus-$PKGVER.tar.gz
MD5SUM=54bc867f13066407bc7b95be1fede090
SRC_URL=http://downloads.xiph.org/releases/opus/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="libopus: libopus $PKGVER (Opus codec)  
libopus:  
libopus: Opus is a totally open, royalty-free, highly versatile audio codec. 
libopus: Opus is unmatched for interactive speech and music transmission over 
libopus: the Internet, but is also intended for storage and streaming 
libopus: applications. It is standardized by the Internet Engineering Task 
libopus: Force (IETF) as RFC 6716 which incorporated technology from Skype 
libopus: SILK codec and Xiph.Org CELT codec.  
libopus: 
libopus: 
libopus:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
#	return 1
	CONFFLAGS="$CONFFLAGS --disable-static  \
		--docdir=/usr/share/doc/opus-$PKGVER \
		--enable-custom-modes"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



