Пакет lucidlife: Информация

    Исходный пакет: lucidlife
    Версия: 0.9.2-alt3_27
    Собран:  3 апреля 2022 г. 8:11
    Категория: Игры/Прочее
    Сообщить об ошибке в пакете
    Лицензия: GPLv2+
    О пакете: A Conway's Life simulator
    Описание: 
    LucidLife is a Conway's Life simulator. The rules are rather simple. The game
    is started with a large grid of cell locations, and an arbitrary set of
    living cells. On each turn, each cell thrives or dies based on the number of
    cells which surround it. A dead (empty) cell with three live cells around it
    becomes a living cell (a birth); a living cell with two or three neighbors
    survives; otherwise the cell dies (due to overcrowding) or remains dead
    (due to loneliness). It is based on the the GtkLife project, but with a
    more modern user interface and other enhancements.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    lucidlife (e2kv6, e2kv5, e2kv4, e2k)
    lucidlife-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Igor Vlasenko


      1. /proc
      2. gcc
      3. /usr/bin/desktop-file-install
      4. /usr/bin/glib-gettextize
      5. gettext
      6. gettext-tools
      7. gnome-vfs-devel
      8. libgtk+2-devel >= 2.6.0
      9. desktop-file-utils
      10. perl(XML/Parser.pm)

    Последнее изменение


    24 ноября 2020 г. Igor Vlasenko 0.9.2-alt3_27
    - updated buildrequires
    27 сентября 2017 г. Igor Vlasenko 0.9.2-alt3_21
    - update to new release by fcimport
    16 марта 2017 г. Igor Vlasenko 0.9.2-alt3_19
    - update to new release by fcimport