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