# mathomatic/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run https://github.com/mfillpot/mathomatic.git #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.10 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.18 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.30 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.75 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = GNU Lesser General Public License, version 2.1 (Feb. 1999) setpaths = ncurses tmpsize = 4M #--------------------------------------------------------------------- [depends] gpm ncurses readline #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $DOCDIR $MANDIR export LDINSERTAFTER="-lreadline -lncurses" make READLINE=1 cp -p mathomatic $BINDIR/ cp -p doc/* $DOCDIR/ cp -p mathomatic.1 $MANDIR/ cd primes make 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/\ mathomatic url_home = http://mathomatic.orgserve.de/math/ url_lfs = none url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210226 Updated from 16.0.3 to 6eb4cc167 ("git" hash)