opt/sdl_mixer/Pkgfile
2006-10-14 20:19:49 +00:00

17 lines
406 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=1
source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz)
build() {
cd SDL_mixer-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}