UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

nasm

NASM (Netwide Assembler) is an 80x86 assembler designed for portability and modularity.

Package info

Template:
Codename: nasm
Source file: nasm-3.01.tar.xz
Source file size: 1499136
Source file MD5-checkum: 8414016d6ad0e113958c29066dfcc550
Source directory: nasm-3.01
Package URL: https://umvirt.com/linux/downloads/0.3/packages/n/nasm-3.01.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/n/nasm-3.01.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libaom, lame, x264, libvpx, dav1d, xvidcore, libjpeg-turbo, x265, gst-plugins-good, ffmpeg, libass.
Patches: *** NO PATCHES FOUND ***
Addons: nasm-3.01-xdoc.tar.xz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

tar -xf ../nasm-3.01-xdoc.tar.xz --strip-components=1

fi


./configure --prefix=/usr

Build script:
make

Install script:
make install

if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

install -m755 -d         /usr/share/doc/nasm-3.01/html  &&
cp -v doc/html/*.html    /usr/share/doc/nasm-3.01/html  &&
cp -v doc/*.{txt,ps,pdf} /usr/share/doc/nasm-3.01

fi