]> git.pld-linux.org Git - packages/fm.git/blob - fm.spec
- new
[packages/fm.git] / fm.spec
1 Summary:        Football Manager
2 Summary(pl):    Menad¿er Pi³karski
3 Name:           fm
4 Version:        0.98
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://www.autismuk.freeserve.co.uk/%{name}-%{version}.tar.gz
9 Source1:        %{name}.desktop
10 Patch0:         %{name}-configure.patch
11 Patch1:         %{name}-DESTDIR.patch
12 URL:            http://freshmeat.net/projects/footballmanager/
13 Buildrequires:  allegro-devel
14 BuildRequires:  SDL-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Football Manager is a rewrite from scratch of Kevin Toms' famous
19 Sinclair Spectrum Football Management game. It is not the most
20 complicated or prettiest game in the world, but it is one of the most
21 fun.
22
23 %description -l pl
24 Mened¿er Pi³karski jest przepisan± od podstaw s³awn± gr± Sinclair
25 Spectrum Football Management autorstwa Kevina Tomsa. Nie jest ona
26 najbardziej skomplikowan± ani najpiêkniejsz± gr± na ¶wiecie, ale jest
27 jedn± z najbardziej grywalnych.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32 %patch1 -p1
33
34 %build
35 rm -f missing
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_applnkdir}/Games
45
46 %{__make} install DESTDIR=$RPM_BUILD_ROOT
47
48 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS README TODO
56 %attr(755,root,root) %{_bindir}/*
57 %{_datadir}/%{name}
58 %{_applnkdir}/Games/*
This page took 0.071464 seconds and 3 git commands to generate.