# nasm2/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Package "build" procedures use "nasm2" by default. However, as of 2010, "nasm2" breaks some packages (for example, "lame" 3.98.4). "old- nasm" may work better for the packages in question. If a problem of this type occurs, try adding "setpaths = oldnasm" to the appropriate package "cfg" file. #--------------------------------------------------------------------- 2. As of Fall 2018, documentation for "nasm2" couldn't be built. This feature was therefore turned off. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.63 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.72 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.83 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 000.92 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.03 hours (or 002.05 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes license = See "license*.txt" in installed tree licfile = LICENSE unpack = relaxed #--------------------------------------------------------------------- [depends] coreutils cpan-sort-versions:forward grep groff mktemp #--------------------------------------------------------------------- [configure] mkdir -p $PKGDIR_PROD/bin mkdir -p $PKGDIR_PROD/man/man1 bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST #--------------------------------------------------------------------- [build] make all make install #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/nasm url_home = http://nasm.sourceforge.net/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/NASM.html url_tarball = http://www.nasm.us/pub/nasm/releasebuilds/\ 2.16.03/nasm-2.16.03.tar.bz2 #--------------------------------------------------------------------- [history] 170508 Updated from 2.11.08 to 2.13.01 171203 Updated to 2.13.02 180303 Updated to 2.13.03 181108 Updated to 2.14 181223 Updated to 2.14.01 181229 Updated to 2.14.02 201224 Updated to 2.15.05 240817 Updated to 2.16.03