# amundsen/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package's original upstream author has released it under the following license: "Amundsen is XBoard compatible, and it can partake in computer chess tournaments. Feel free to do whatever you want with the code." #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.27 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.27 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.32 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.37 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.10 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] amtoac = yes # "actools"-related fix depends = none execpack = yes license = See "technotes" in "cfg" file nosyslinks = yes tmpsize = 3M #--------------------------------------------------------------------- [configure] aclocal && autoconf && autoheader && automake -a bash ./configure #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data mkdir -p $BINDIR $DATADIR make cp -p amundsen $BINDIR/amundsen cd $DATADIR unzip $PKGDIR_SPECIAL/amundobk.zip #--------------------------------------------------------------------- # 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_data = http://www.bergbomconsulting.se/chess/openings.bok url_home = http://www.bergbomconsulting.se/chess/ url_lfs = n/a url_tarball = http://bergbomconsulting.se/chess/\ amundsen-0.70.tar.gz