# oldnasm/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. "oldnasm" 0.98.39 is the last release in an old series. There's a # newer series, "nasm2", now. However, newer releases break some pack- # ages (for example, "lame" 3.98.4). Therefore, this distro will pro- # vide both "oldnasm" and "nasm2" for the time being. # Package "build" procedures use "nasm2" by default. To use "oldnasm" # instead, add "setpaths = oldnasm" to the appropriate package "cfg" # file. #--------------------------------------------------------------------- # 2. Debian was last checked in late 2006. At the time, Debian patches # existed for this package, but they weren't compatible with the re- # lease that we were using (0.98.39). #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.23 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.25 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.38 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.52 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] depends = none # Disregarding a forward dependency on # "mktemp" exepack = yes license = GNU Lesser General Public License, version 2.1 (Feb. 1999) patches = required nosyslinks = yes tmpsize = 6M title = NASM - The Netwide Assembler unpack = relaxed #--------------------------------------------------------------------- [configure] mkdir -p $PKGDIR_PROD/bin mkdir -p $PKGDIR_PROD/man/man1 bash ./configure --prefix=$PKGDIR_PROD #--------------------------------------------------------------------- [build] make everything make install cd rdoff make install LIBDIR=$PKGDIR_PROD/lib mkdir -p $LIBDIR touch $LIBDIR/hidden #--------------------------------------------------------------------- # 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://downloads.sourceforge.net/nasm/\ nasm-0.98.39.tar.bz2