1Name: lmarbles
2Version: 1.0.6
3Release: 1cl
4Summary: Atomix-like game of moving marbles in puzzles
5Summary(pt_BR): Jogo tipo Atomix, de mover bolas de gude em labirintos
6Summary(es): Atomix-like game of moving marbles in puzzles
7Group: Games
8Group(pt_BR): Jogos
9Group(es): Juegos
10License: GPL
11URL: http://lgames.sourceforge.net/%{name}/%{name}.html
12Source: http://ftp1.sourceforge.net/lgames/%{name}-%{version}.tar.gz
13Patch: %{name}-prefsdir.patch
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15
16%description
17Marbles is very similiar to Atomix and was heavily inspired by it.
18Goal is to create a more or less complex figure out of single marbles
19within a time limit to reach the next level.
20
21Sounds easy? Well, there is a problem: If a marble starts to move it
22will not stop until it hits a wall or marble. And to make it even more
23interesting there are obstacles like arrows, crumbling walls and
24teleports!
25
26%description -l pt_BR
27O Marblesmuito parecido com o jogo Atomix, pois foi inspirado nele.
28O objetivocriar uma figura de bolas de gude mais ou menos complexa
29dentro de um limite de tempo.
30
31Parece fcil? Bem, hum problema: quando uma bolinha de gude comea a
32se mover, spra quando bate em uma parede ou outra bolinha. E para
33ficar mais interessante, halguns obstculos como caminhos de mo
34nica, paredes que desmoronam e teletransporte!
35
36%description -l es
37Marbles is very similiar to Atomix and was heavily inspired by it.
38Goal is to create a more or less complex figure out of single marbles
39within a time limit to reach the next level.
40
41Sounds easy? Well, there is a problem: If a marble starts to move it
42will not stop until it hits a wall or marble. And to make it even more
43interesting there are obstacles like arrows, crumbling walls and
44teleports!
45
46%prep
47%setup -q
48%patch
49
50%build
51%configure --datadir=%{_datadir}
52make
53
54%install
55mkdir -p %{buildroot}/%{_localstatedir}/games
56%makeinstall DESTDIR=%{buildroot} bindir=%{_prefix}/games
57
58%clean
59rm -rf %{buildroot}
60
61%files
62%defattr(0644,root,root,0755)
63%doc AUTHORS COPYING README ChangeLog %{name}/manual
64%attr(2755,root,games) %{_prefix}/games/%{name}
65%{_datadir}/games/%{name}
66%attr(0664,root,games) %config %{_localstatedir}/games/%{name}.prfs
67
68%changelog
69* Thu Nov 30 2000 aurlio marinho jargas <aurelio@conectiva.com>
70+ marbles-001126-1cl
71- changed prefs dir
72- adopted
73