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

# source: james
TARBALL=SDL_sound-$PKGVER.tar.gz
MD5SUM=aa09cd52df85d29bee87a664424c94b5
SRC_URL=http://www.icculus.org/SDL_sound/downloads/$TARBALL
BUNDLE=

SLACKREQ='libSDL libmodplug libmikmod libvorbis libflac libogg libspeex'
SLACKDESC="libSDL-sound: libSDL-sound $PKGVER (SDL sound library)
libSDL-sound: 
libSDL-sound: SDL_sound is a library that handles the decoding of several popular 
libSDL-sound: sound file formats, such as .WAV and .MP3.
libSDL-sound: 
libSDL-sound: http://www.icculus.org/SDL_sound/
libSDL-sound: 
libSDL-sound: 
libSDL-sound: 
libSDL-sound: 
libSDL-sound:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/SDL* &&
	export LIBS='-lm' &&
	CONFFLAGS="$CONFFLAGS --disable-static --disable-physfs --disable-smpeg --disable-midi" &&
	pkg_build_autoconf && pkg_build_slackdesc
}


