Files
banan-os/ports/bochs/build.sh
Bananymous c7eb2dbdf3 ports: Replace SDL2 with sdl2-compat
There is no need to keep two SDL versions around
2026-07-05 00:24:20 +03:00

12 lines
327 B
Bash
Executable File

#!/bin/bash ../install.sh
NAME='bochs'
VERSION='3.0'
DOWNLOAD_URL="https://sourceforge.net/projects/bochs/files/bochs/$VERSION/bochs-$VERSION.tar.gz#cb6f542b51f35a2cc9206b2a980db5602b7cd1b7cf2e4ed4f116acd5507781aa"
DEPENDENCIES=('sdl2-compat')
CONFIG_SUB=('config.sub')
CONFIGURE_OPTIONS=(
'--with-sdl2'
'--enable-x86-64'
)