mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
12 lines
279 B
Bash
Executable File
12 lines
279 B
Bash
Executable File
#!/bin/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=
|
|
|
|
configure() {
|
|
run ./autogen.sh
|
|
run ./"$configscript" --host=i686-pc-serenity $configopts
|
|
}
|