]> git.pld-linux.org Git - packages/cob.git/blob - cob.spec
- better optimization
[packages/cob.git] / cob.spec
1 Summary:        Remake of Sinclair Spectrum painting game
2 Summary(pl):    Remake gry na Spectruma
3 Name:           cob
4 Version:        0.9
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://www.autismuk.freeserve.co.uk/%{name}-%{version}.tar.gz
9 # Source0-md5:  ece428dade7d905e644d66e54b93da40
10 Patch0:         %{name}-no_warnings.patch
11 URL:            http://www.autismuk.freeserve.co.uk/
12 BuildRequires:  SDL-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Cruising on Broadway is a painting-type game where you have to roam
17 the grid avoiding the 'chasers' - a bit like the arcade game Amidar.
18 It is based on the Sinclair Spectrum game of the same name.
19
20 %description -l pl
21 Cruising on Broadway jest gr±, w której nale¿y poruszaæ siê po siatce
22 i unikaæ "³apaczy" - przypomina to trochê grê zrêczno¶ciow± Amidar.
23 Gra oprata jest na grze dla Sinclair Spectrum o tym samym tytule.
24
25 %prep
26 %setup -q
27 %patch0 -p0
28
29 %build
30 %configure
31 %{__make} \
32         CXXFLAGS="%{rpmcxxflags}" \
33         CPPFLAGS="-I/usr/include/SDL"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS README
47 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.292166 seconds and 3 git commands to generate.