Newer
Older
#TODO: remove --without-mixer when it no longer crashes on x86_64
VERSION=2.5.0
TAR=https://downloads.sourceforge.net/project/prboom/prboom%20stable/$VERSION/prboom-$VERSION.tar.gz
BUILD_DEPENDS=(sdl1 liborbital sdl1-mixer libogg libvorbis)
function recipe_version {
echo "$VERSION"
skip=1
}
function recipe_build {
export MIXER_LIBS="-lSDL_mixer -lvorbisfile -lvorbis -logg"
wget -O autotools/config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
./configure \
--prefix=/ \
--build=${BUILD} \
--host=${HOST} \
--disable-cpu-opt \
--with-sdl-prefix="$sysroot" \
ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes
skip=1
}
function recipe_clean {
skip=1
}
function recipe_stage {
dest="$(realpath $1)"