]> git.pld-linux.org Git - packages/cosmosmash.git/blob - cosmosmash.spec
96e1aeb52d2f27531ade0534671285a113096226
[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:  SDL-devel >= 1.2.0
12 BuildRequires:  SDL_image-devel >= 1.2.0
13 BuildRequires:  gengameng-devel >= 4.1
14 Requires:       SDL >= 1.2.0
15 Requires:       SDL_image >= 1.2.0
16 Requires:       gengameng >= 4.1
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19
20 %description
21 Cosmosmash is a game where you control a base that must destroy rocks
22 before they hit the ground, or you lose points. You must also prevent
23 "spinners" from touching the ground, or your base will explode. This
24 game is a clone of the 1981 Astrosmash video game by Mattel
25 Electronics.
26
27 %description -l pl
28 Cosmosmash to gra, w której steruje siê baz±, która musi zniszczyæ
29 g³azy zanim uderz± w ziemiê - w przeciwnym wypadku traci siê punkty.
30 Trzeba tak¿e zapobiec dotkniêciu ziemi przez obracaj±ce siê obiekty -
31 w przeciwnym wypadku baza eksploduje. Cosmosmash jest klonem gry wideo
32 Astrosmash, stworzonej w 1981 roku przez Mattel Electronics.
33
34 %prep
35 %setup -q
36
37 %build
38 %configure2_13
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT \
45         gnomedesktopentrydir=%{_applnkdir}/Games/Arcade
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS COPYING THANKS NEWS TODO
53 %attr(755,root,root) %{_bindir}/%{name}
54 %{_pixmapsdir}/%{name}.png
55 %{_applnkdir}/Games/Arcade/%{name}.desktop
56 %{_mandir}/man6/%{name}.6*
This page took 0.046139 seconds and 2 git commands to generate.