mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 15:43:36 +03:00
7cc7f7ac54
- Remove superfluous function overrides and use makeopts instead - Remove superfluous installopts - Use run rather than cd'ing manually - Ensure empty line between functions
11 lines
235 B
Bash
Executable File
11 lines
235 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=nasm
|
|
version=2.14.02
|
|
files="https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz nasm-2.14.02.tar.gz"
|
|
useconfigure=true
|
|
makeopts=
|
|
|
|
pre_configure() {
|
|
run ./autogen.sh
|
|
}
|