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

# source: james
TARBALL=opencore-amr-$PKGVER.tar.gz
MD5SUM=03de025060a4f16c4c44218f65e13e95
SRC_URL=http://downloads.sourceforge.net/opencore-amr/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="libopencore-amr: libopencore-amr $PKGVER (AMR codec library)"'
libopencore-amr:  
libopencore-amr: Library of OpenCORE Framework implementation of Adaptive 
libopencore-amr: Multi Rate Narrowband and Wideband speech codec (as used in 
libopencore-amr: 3GPP).  
libopencore-amr: 
libopencore-amr: https://sourceforge.net/projects/opencore-amr/
libopencore-amr: 
libopencore-amr: 
libopencore-amr: 
libopencore-amr:
'

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



