Package wmlife: Information

    Source package: wmlife
    Version: 1.0.1-alt2
    Build time:  Jan 7, 2021, 10:52 PM
    Report package bug
    License: GPL
    Summary: WindowMaker dock-app running Conway's Game of Life
    Description: 
    Wmlife is a dock app running Conway's Game of Life (and program
    launcher). Life is played on a grid of square cells where a cell can
    be either live or dead. In the rules, you count the number of live
    neighbours for each cell to determine whether a cell lives or dies;
    
    Birth: dead cell with exactly three live neighbours becomes a live cell.
    Survival: a live cell with two or three live neighbours stays alive.
    Overcrowding / Loneliness: in all other cases, a cell dies or remains
    dead.
    
    Normally Life is implemented on an infinite board but due to size
    restraints wmlife implements the grid as a torus. In a torus,
    the grid wraps at the edges from top to bottom and left to right.

    List of rpms provided by this srpm:
    wmlife (e2kv5, e2kv4, e2k)
    wmlife-debuginfo (e2kv5, e2kv4, e2k)

    Maintainer: Michael Shigorin

    List of contributors:
    Michael Shigorin

      1. imake
      2. libgtk+2-devel
      3. libSM-devel
      4. xorg-cf-files
      5. libXext-devel

    Last changed


    Oct. 20, 2015 Michael Shigorin 1.0.1-alt2
    - gcc5 FTBFS workaround (-std=gnu89)
    April 28, 2014 Michael Shigorin 1.0.1-alt1.1
    - fix FTBFS (-lm)
    Feb. 21, 2012 Michael Shigorin 1.0.1-alt1
    - 1.0.1