summaryrefslogtreecommitdiff
path: root/sdl2_mixer/Pkgfile
blob: aea0371b72bcb3ace1aff825930ede1e11c5fec1 (plain)
    1 # Description: A sample multi-channel audio mixer library.
    2 # URL: http://www.libsdl.org/projects/SDL_mixer/
    3 # Maintainer: unmaintained
    4 # Depends on: libvorbis libmodplug flac libsdl2 mpg123
    5 
    6 name=sdl2_mixer
    7 version=2.0.4
    8 release=2
    9 source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$version.tar.gz)
   10 
   11 build() {
   12     cd SDL2_mixer-$version
   13     CONFIG_SHELL=/bin/bash ./configure \
   14         --prefix=/usr \
   15         --disable-static
   16     make
   17     make DESTDIR=$PKG install
   18 }

Generated by cgit