summaryrefslogtreecommitdiffstats
path: root/extra/sdl_mixer/Pkgfile
blob: 8e4764035dcb889cf78b075d6d6bd7dd68a413fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Librairie pour mélangeur audio multi-canal.
# URL: http://www.libsdl.org/projects/SDL_mixer/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: thierry at hispeed.ch
# Depends on: libvorbis, smpeg

name=sdl_mixer
version=1.2.8
release=1
source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz)

build() {
	cd SDL_mixer-$version
	sed -i -e 's|/usr/local/lib/timidity|/usr/share/timidity|g' timidity/config.h
	./configure --prefix=/usr
	make 
	make DESTDIR=$PKG install
}