Ports: add nasm port
This commit is contained in:
parent
c2a8c4cedd
commit
031f0ee6bb
Notes:
sideshowbarker
2024-07-19 11:18:27 +09:00
Author: https://github.com/Mcpg Commit: https://github.com/SerenityOS/serenity/commit/031f0ee6bb3 Pull-request: https://github.com/SerenityOS/serenity/pull/744
1 changed files with 11 additions and 0 deletions
11
Ports/nasm/package.sh
Executable file
11
Ports/nasm/package.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/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
|
||||
}
|
Loading…
Add table
Reference in a new issue