opt/sdl_mixer/Pkgfile

18 lines
482 B
Plaintext

# Description: A sample multi-channel audio mixer library.
# URL: http://www.libsdl.org/projects/SDL_mixer/
# Maintainer: Simone Rota, sip at crux dot nu
# Depends on: libvorbis, smpeg
name=sdl_mixer
version=1.2.7
release=2
source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz)
build() {
cd SDL_mixer-$version
sed -i 's|/usr/local/lib/timidity|/usr/share/timidity|g' timidity/config.h
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}