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.
22 lines
637 B
22 lines
637 B
8 years ago
|
import 'compile/configure'
|
||
|
|
||
|
name=SDL2_mixer
|
||
|
version=2.0.1
|
||
|
update_url='https://www.libsdl.org/projects/SDL_mixer/'
|
||
|
update_names="$name-$version.tar.gz</A>"
|
||
|
|
||
|
dlextract "https://www.libsdl.org/projects/SDL_mixer/release/$name-$version.tar.gz" \
|
||
|
'c6c4f556d4415871f526248f5c9a627d'
|
||
|
header_end
|
||
|
|
||
|
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 et:
|