1
0
forked from ports/opt

sdl_mixer: adjusted data path for bundled timidity

This commit is contained in:
Simone Rota 2006-11-15 11:46:09 +01:00
parent d7fba30e6e
commit a53b2ccb52

View File

@ -5,11 +5,12 @@
name=sdl_mixer
version=1.2.7
release=1
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