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

# source: james
TARBALL=SDL_mixer-1.2.12.tar.gz
MD5SUM=e03ff73d77a55e3572ad0217131dc4a1
SRC_URL=http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL
BUNDLE=

SLACKREQ='libSDL'
SLACKDESC='libSDL-mixer: libSDL-mixer 1.2.12 (SDL sound mixer library)  
libSDL-mixer:  
libSDL-mixer: SDL_mixer is a sound mixing library that is used with the SDL 
libSDL-mixer: library, and almost as portable. It allows a programmer to use 
libSDL-mixer: multiple samples along with music without having to code a 
libSDL-mixer: mixing algorithm themselves. It also simplyfies the handling of 
libSDL-mixer: loading and playing samples and music from all sorts of file 
libSDL-mixer: formats.  
libSDL-mixer: 
libSDL-mixer: 
libSDL-mixer:
'
SLACKSUG='libpng libtiff libjpeg-turbo'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/SDL*
	CONFFLAGS="$CONFFLAGS --disable-static --enable-music-mod" &&
	pkg_build_autoconf && pkg_build_slackdesc
}


