opt/sdl_mixer/Pkgfile

18 lines
482 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A sample multi-channel audio mixer library.
# URL: http://www.libsdl.org/projects/SDL_mixer/
2006-10-09 20:47:27 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-10-14 22:19:49 +02:00
# Depends on: libvorbis, smpeg
2006-02-23 16:26:10 +01:00
name=sdl_mixer
2006-10-14 22:19:49 +02:00
version=1.2.7
release=2
2006-02-23 16:26:10 +01:00
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
2006-10-14 22:19:49 +02:00
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}