Files
banan-os/ports/nasm/build.sh
Bananymous bc66e181a5 ports: Update to new config.sub syntax
There is no longer need to manually patch config.sub files!
2025-07-22 10:31:56 +03:00

10 lines
292 B
Bash
Executable File

#!/bin/bash ../install.sh
NAME='nasm'
VERSION='2.16.03'
DOWNLOAD_URL="https://www.nasm.us/pub/nasm/releasebuilds/$VERSION/nasm-$VERSION.tar.gz#5bc940dd8a4245686976a8f7e96ba9340a0915f2d5b88356874890e207bdb581"
CONFIG_SUB=('autoconf/helpers/config.sub')
CONFIGURE_OPTIONS=(
'--disable-gdb'
)