2006-02-23 15:26:10 +00:00
|
|
|
# Description: A sample multi-channel audio mixer library.
|
|
|
|
# URL: http://www.libsdl.org/projects/SDL_mixer/
|
2006-10-09 18:47:27 +00:00
|
|
|
# Maintainer: Simone Rota, sip at crux dot nu
|
2006-10-14 20:19:49 +00:00
|
|
|
# Depends on: libvorbis, smpeg
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=sdl_mixer
|
2006-10-14 20:19:49 +00:00
|
|
|
version=1.2.7
|
2006-11-15 11:46:09 +01:00
|
|
|
release=2
|
2006-02-23 15:26:10 +00:00
|
|
|
source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd SDL_mixer-$version
|
2006-11-15 11:46:09 +01:00
|
|
|
sed -i 's|/usr/local/lib/timidity|/usr/share/timidity|g' timidity/config.h
|
2006-10-14 20:19:49 +00:00
|
|
|
./configure --prefix=/usr
|
2006-02-23 15:26:10 +00:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|