]> git.pld-linux.org Git - packages/cosmosmash.git/blob - cosmosmash.spec
- removed COPYING from doc (just GPL)
[packages/cosmosmash.git] / cosmosmash.spec
1 Summary:        Cosmosmash game
2 Summary(pl):    Gra Cosmosmash
3 Name:           cosmosmash
4 Version:        1.4.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 # Source0-md5:  3b6fb18ac9302d0c528309ba3dcec0db
9 Source0:        http://www3.sympatico.ca/sarrazip/dev/%{name}-%{version}.tar.gz
10 URL:            http://sarrazip.com/dev/cosmosmash.html
11 BuildRequires:  flatzebra-devel >= 0.1.0
12 Requires:       flatzebra >= 0.1.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Cosmosmash is a game where you control a base that must destroy rocks
17 before they hit the ground, or you lose points. You must also prevent
18 "spinners" from touching the ground, or your base will explode. This
19 game is a clone of the 1981 Astrosmash video game by Mattel
20 Electronics.
21
22 %description -l pl
23 Cosmosmash to gra, w której steruje siê baz±, która musi zniszczyæ
24 g³azy zanim uderz± w ziemiê - w przeciwnym wypadku traci siê punkty.
25 Trzeba tak¿e zapobiec dotkniêciu ziemi przez obracaj±ce siê obiekty -
26 w przeciwnym wypadku baza eksploduje. Cosmosmash jest klonem gry wideo
27 Astrosmash, stworzonej w 1981 roku przez Mattel Electronics.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS NEWS README THANKS TODO
48 %attr(755,root,root) %{_bindir}/%{name}
49 %{_datadir}/sounds/%{name}
50 %{_pixmapsdir}/%{name}.png
51 %{_desktopdir}/%{name}.desktop
52 %{_mandir}/man6/%{name}.6*
This page took 0.071392 seconds and 3 git commands to generate.