Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37705953
en ru br
Репозитории ALT
S:0.9.2-alt3_27
5.1: 0.9.2-alt1
www.altlinux.org/Changes

Группа :: Обучение
Пакет: lucidlife

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: lucidlife
Version: 0.9.2
Release: alt1
Summary: A Conway's Life simulator

Group: Education
License: GPLv2+
Url: http://icculus.org/~jcspray/LucidLife/
Source0: http://icculus.org/~jcspray/LucidLife/%name-%version.tar.gz
Patch0: %name-make-docs-use-proper-dir.patch

# Automatically added by buildreq on Sun Oct 05 2008

BuildRequires: gnome-vfs-devel libgtk+2-devel perl-XML-Parser

BuildRequires: gtk2-devel >= 2.6.0
BuildRequires: desktop-file-utils

Packager: Fr. Br. George <george at altlinux.ru>

%description
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 sourround 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.

%prep
%setup -q
%patch0 -p0 -b .make-docs-use-proper-dir
sed -i '/Icon=.*[.]png/s/[.]png//' %name.desktop.in

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %buildroot
make install DESTDIR=%buildroot
%find_lang %name
desktop-file-install \
--dir %buildroot%_datadir/applications \
--delete-original \
--remove-category=Application \
--add-category=LogicGame \
%buildroot%_datadir/applications/lucidlife.desktop

%files -f %name.lang
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%doc doc/*.png doc/*.html doc/*.gif doc/*.css
%_bindir/%name
%_datadir/%name
%_pixmapsdir/%name.png
%_desktopdir/%name.desktop

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin