From: lisu Date: Sun, 29 Oct 2006 11:52:46 +0000 (+0000) Subject: - new X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcob.git;a=commitdiff_plain;h=c0b5eb112aacc68315c201562fd2d9867374fafc - new Changed files: cob.spec -> 1.1 --- c0b5eb112aacc68315c201562fd2d9867374fafc diff --git a/cob.spec b/cob.spec new file mode 100644 index 0000000..d24cbc6 --- /dev/null +++ b/cob.spec @@ -0,0 +1,43 @@ +Summary: Remake of Sinclair Spectrum painting game +Summary(pl): Remake gry na Spectruma +Name: cob +Version: 0.9 +Release: 1 +License: GPL v2+ +Group: X11/Applications/Games +Source0: http://www.autismuk.freeserve.co.uk/%{name}-%{version}.tar.gz +# Source0-md5: ece428dade7d905e644d66e54b93da40 +URL: http://www.autismuk.freeserve.co.uk/ +BuildRequires: SDL-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Cruising on Broadway is a painting-type game where you have to roam +the grid avoiding the 'chasers' - a bit like the arcade game Amidar. +It is based on the Sinclair Spectrum game of the same name. + +%description -l pl +Cruising on Broadway jest gr±, w której nale¿y poruszaæ siê po siatce +i unikaæ "³apaczy" - przypomina to trochê grê zrêczno¶ciow± Amidar. +Gra oprata jest na grze dla Sinclair Spectrum o tym samym tytule. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{_bindir}/%{name}