]> git.pld-linux.org Git - packages/gLife.git/blob - gLife.spec
- tabs in preamble
[packages/gLife.git] / gLife.spec
1 # TODO: desktop patch, icon
2 Summary:        An artificial life simulator
3 Summary(pl.UTF-8):      Symulator sztucznej inteligencji
4 Name:           gLife
5 Version:        0.2.1
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://dl.sourceforge.net/glife/%{name}-%{version}.tar.gz
10 # Source0-md5:  1176413bec7aad8410f492d8fda43706
11 URL:            http://glife.sourceforge.net/
12 BuildRequires:  gnome-libs-devel
13 BuildRequires:  libglade-gnome-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 gLife is an attempt to emobdy the rules that are found in artificial
18 life. Artificial life is a subset of artificial intelligence. This
19 program is similiar to "Conway's Game of Life" but yet it is very
20 different. It takes "Conway's Game of Life" and applies it to a
21 society (human society). This means there is a very different (and
22 much larger) ruleset than in the original game. Things need to be
23 taken into account such as the terrain, age, sex, culture, movement,
24 etc.
25
26 %description -l pl.UTF-8
27 gLife to próba uosobienia zasad rządzących w sztucznym życiu. Sztuczne
28 życie jest rodzajem sztucznej inteligencji. Ten program przypomina
29 "Conway's Game of Life" jednak znacznie się od niego różni. gLife
30 ukazuje sztuczną społeczność (ludzką). To oznacza, że jest o wiele
31 bardziej zróżnicowane i złożone od "Conway's Game of Life". Pod uwagę
32 brane są takie rzeczy jak teren, wiek, płeć, kultura, przemieszczanie
33 itp.
34
35 %prep
36 %setup -q
37
38 %build
39 %configure2_13
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT \
47         Applicationsdir=%{_desktopdir}
48
49 %find_lang glife --with-gnome
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f glife.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog NEWS README TODO
57 %attr(755,root,root) %{_bindir}/*
58 %{_datadir}/glife
59 %{_desktopdir}/glife.desktop
This page took 0.052074 seconds and 3 git commands to generate.