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

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

SLACKREQ=''
SLACKDESC="libopencore-amr32: libopencore-amr32 $PKGVER (AMR codec library)"'
libopencore-amr32:  
libopencore-amr32: Library of OpenCORE Framework implementation of Adaptive 
libopencore-amr32: Multi Rate Narrowband and Wideband speech codec (as used in 
libopencore-amr32: 3GPP).  
libopencore-amr32: 
libopencore-amr32: This contains 32-bit version of the library.
libopencore-amr32: 
libopencore-amr32: 
libopencore-amr32: 
libopencore-amr32:
'

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

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



