# Description: A sample multi-channel audio mixer library. # URL: http://www.libsdl.org/projects/SDL_mixer/ # Maintainer: Daniel Walpole, daniel at walpole dot id dot au # Depends on: libvorbis, libmikmod, smpeg name=sdl_mixer version=1.2.6 release=1 source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz) build() { cd SDL_mixer-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }