mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +00:00
Ports: add nasm port
This commit is contained in:
parent
c2a8c4cedd
commit
031f0ee6bb
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
Add a link
Reference in a new issue