smlinux/base/nasm/nasm.SMBuild
PktSurf 761d688cd9 Converted most source tarballs in base to lzip format ending with .tar.lz, updated SHA512 sums in affected build files
Removed --sysconfdir option in a lot of build files in base
Added preservestaticlibs option in base/argp-standalone
Fixed CFLAGS variable in base/{file,grep}
Fixed build options in base/gstreamer
Fixed LDFLAGS variable in base/less
Removed CFLAGS variable in base/libarchive
Multiple build option fixes in base/nasm
2022-10-04 19:59:37 +05:30

31 lines
681 B
Text
Executable file

app=nasm
version=2.14.02
build=1sml
homepage="https://www.nasm.us/"
download="https://www.nasm.us/pub/nasm/releasebuilds/$version/nasm-$version.tar.xz"
desc="Netwide assembler providing instruction mnemonics and syntax"
requires="musl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
$hostdist
make
make install DESTDIR=$pkg
cp AUTHORS LICENSE README $pkgdocs/
mkfinalpkg
}
sha512sums="
760e44e99737cf5609c13b365a0d9edcb31bd767e6906f53e9134c507edd4b722ef11f230450b0065820b5a9d5fa3e36dc13407dc2747b6e5afaa48a28b0ea41 nasm-2.14.02.tar.lz
"