Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
538 B

import 'compile/configure'
name=SDL2_mixer
version=2.0.2
dlextract "https://www.libsdl.org/projects/SDL_mixer/release/$name-$version.tar.gz" \
'aaa0551393993c14a13f72b339c0ed6c'
_
cd "$name-$version"
compile_configure -- --disable-static \
--disable-music-mod-modplug-shared \
--disable-music-mod-mikmod-shared \
--disable-music-midi-fluidsynth-shared \
--disable-music-ogg-shared \
--disable-music-flac-shared \
--disable-music-mp3-smpeg-shared
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: