# gtklife/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.13 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.15 minutes) - Dell Inspiron 1545 00.00 hours (or 000.17 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.65 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes ldbefore = -lX11 -lc license = See "license*.txt" in installed tree licfile = COPYING setpaths = $PRODTREE/xorg tmpsize = 7M #--------------------------------------------------------------------- [depends] grep gtkcore xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --mandir=$MANBASE \ --with-gtk2 sed -e "s/^CFLAGS *=.*/CFLAGS=-O2 -Wall/" \ -e "s/^pkgdatadir *=.*/pkgdatadir=\${prefix}\/data/" \ -e "s/docdir *=.*/docdir=\${prefix}\/doc/" \ -i Makefile #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin cd $BINDIR PROGBASE=gtklife rm -fr ../xbin/ mkdir -p ../xbin/ mv $PROGBASE ../xbin/ cp -p $PKGDIR_SPECIAL/$PROGBASE.wrapper.in $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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 = n/a url_home = http://ironphoenix.org/tril/gtklife/ url_lfs = n/a url_tarball = http://ironphoenix.org/tril/gtklife/\ gtklife-5.1.tar.gz #--------------------------------------------------------------------- [history] 211106 Added a single-instance wrapper #--------------------------------------------------------------------- [about] Conway's Life is a famous cellular automaton developed by the mathema- tician John Conway back in the 1970s. GtkLife is an interactive imple- mentation of Conway's Life. It features a fast algorithm, a gigantic universe (one million by one million cells), and a user-friendly interface. Sample patterns can be selected using a sidebar in the main window. The user can also draw their own patterns, and can load and save files using a number of popular Conway's Life formats.