]> git.pld-linux.org Git - packages/cosmosmash.git/blob - cosmosmash.spec
- tabs in preamble
[packages/cosmosmash.git] / cosmosmash.spec
1 Summary:        Cosmosmash game
2 Summary(pl.UTF-8):      Gra Cosmosmash
3 Name:           cosmosmash
4 Version:        1.4.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://www3.sympatico.ca/sarrazip/dev/%{name}-%{version}.tar.gz
9 # Source0-md5:  85f7ea8d961a4c407fb99f07dee006c1
10 URL:            http://sarrazip.com/dev/cosmosmash.html
11 BuildRequires:  flatzebra-devel >= 0.1.1
12 Requires:       flatzebra >= 0.1.1
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.UTF-8
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.060072 seconds and 4 git commands to generate.