]> git.pld-linux.org Git - packages/cob.git/blame_incremental - cob.spec
- tabs in preamble
[packages/cob.git] / cob.spec
... / ...
CommitLineData
1Summary: Remake of Sinclair Spectrum painting game
2Summary(pl.UTF-8): Remake gry w malowanie z komputera Sinclair Spectrum
3Name: cob
4Version: 0.9
5Release: 1
6License: GPL v2+
7Group: X11/Applications/Games
8Source0: http://www.autismuk.freeserve.co.uk/%{name}-%{version}.tar.gz
9# Source0-md5: ece428dade7d905e644d66e54b93da40
10Patch0: %{name}-no_warnings.patch
11URL: http://www.autismuk.freeserve.co.uk/
12BuildRequires: SDL-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Cruising on Broadway is a painting-type game where you have to roam
17the grid avoiding the 'chasers' - a bit like the arcade game Amidar.
18It is based on the Sinclair Spectrum game of the same name.
19
20%description -l pl.UTF-8
21Cruising on Broadway jest grą, w której należy poruszać się po siatce
22i unikać "łapaczy" - przypomina to trochę grę zręcznościową Amidar.
23Gra oparta 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
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -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.083564 seconds and 4 git commands to generate.