UmVirt LFS Package info
DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
nasm
NASM (Netwide Assembler) is an 80x86 assembler designed for portability and modularity.Package info
Template:
Codename: nasm
Source file: nasm-2.16.01.tar.xz
Source file size: 1017732
Source file MD5-checkum: d755ba0d16f94616c2907f8cab7c748b
Source directory: nasm-2.16.01
Package URL: https://umvirt.com/linux/downloads/0.2/packages/n/nasm-2.16.01.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/n/nasm-2.16.01.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: dav1d, libaom, lame, x264, libvpx, gst-plugins-good, libjpeg-turbo, ffmpeg, x265, libass.
Patches: *** NO PATCHES FOUND ***
Addons: nasm-2.16.01-xdoc.tar.xz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
tar -xf ../nasm-2.16.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-2.16.01/html &&
cp -v doc/html/*.html /usr/share/doc/nasm-2.16.01/html &&
cp -v doc/*.{txt,ps,pdf} /usr/share/doc/nasm-2.16.01
fi