Skip to content
Snippets Groups Projects
Verified Commit ea439beb authored by Jeremy Soller's avatar Jeremy Soller
Browse files

openjazz: revert to autoconf supporting release

parent eceb1ab5
No related branches found
No related tags found
No related merge requests found
VERSION=0.1 #TODO: support cmake version 20231028
GIT=https://github.com/AlisterT/openjazz VERSION=20190106
TAR="https://github.com/AlisterT/openjazz/releases/download/${VERSION}/openjazz-${VERSION}.tar.xz"
TAR_SHA256="91341adcc4908db12aad6b82d2fb0125429a26585f65d7eb32d403656313eaab"
BUILD_DEPENDS=(sdl liborbital zlib) BUILD_DEPENDS=(sdl liborbital zlib)
function recipe_version { function recipe_version {
...@@ -15,7 +17,7 @@ function recipe_build { ...@@ -15,7 +17,7 @@ function recipe_build {
touch INSTALL NEWS README AUTHORS ChangeLog COPYING touch INSTALL NEWS README AUTHORS ChangeLog COPYING
autoreconf -fvi autoreconf -fvi
autoconf autoconf
wget -O builds/autotools/config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false" wget -O build-aux/config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
./configure --build=${BUILD} --host=${HOST} --prefix='' ./configure --build=${BUILD} --host=${HOST} --prefix=''
"$REDOX_MAKE" -j"$($NPROC)" V=1 "$REDOX_MAKE" -j"$($NPROC)" V=1
skip=1 skip=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment