# csc/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.07 hours (or 004.00 minutes) - HP EliteBook 8560w 32GB RAM 00.07 hours (or 004.27 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.08 hours (or 005.10 minutes) - ThinkPad W530 i7 4x2 32GB RAM 00.09 hours (or 005.55 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.11 hours (or 006.53 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.38 hours (or 022.58 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = See "license.txt" under installed tree patches = required tmpsize = 65M unpack = relaxed #--------------------------------------------------------------------- # Note: "smpmake" won't work here. [build] DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR mkdir -p $PKGDIR_PROD/{bin,lib,man} mkdir -p $PKGDIR_PROD/share/chicken export LACLDDIRS=`pwd` make PLATFORM=linux make install PLATFORM=linux cp -p LICENSE $DOCDIR/license.txt rm -f $PKGDIR_PROD/doc/chicken.pdf rm -f $PKGDIR_PROD/lib/*.a EXTDIR=$PKGDIR_PROD/lib/chicken/3 mkdir -p $EXTDIR cp -p $PKGDIR_SPECIAL/*.scm $EXTDIR/ #--------------------------------------------------------------------- # 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 = Not checked yet url_home = http://www.call-with-current-continuation.org/ url_lfs = n/a url_tarball = http://code.call-cc.org/releases/\ 4.13.0/chicken-4.13.0.tar.gz #--------------------------------------------------------------------- [history] 170913 Updated from 4.9.0.1 to 4.12.0 180116 Updated from 4.12.0 to 4.13.0