]> git.pld-linux.org Git - packages/fm.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Sun, 2 Feb 2003 21:52:14 +0000 (21:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fm.spec -> 1.1

fm.spec [new file with mode: 0644]

diff --git a/fm.spec b/fm.spec
new file mode 100644 (file)
index 0000000..7348235
--- /dev/null
+++ b/fm.spec
@@ -0,0 +1,58 @@
+Summary:       Football Manager
+Summary(pl):   Menad¿er Pi³karski
+Name:          fm
+Version:       0.98
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       http://www.autismuk.freeserve.co.uk/%{name}-%{version}.tar.gz
+Source1:       %{name}.desktop
+Patch0:                %{name}-configure.patch
+Patch1:                %{name}-DESTDIR.patch
+URL:           http://freshmeat.net/projects/footballmanager/
+Buildrequires: allegro-devel
+BuildRequires: SDL-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Football Manager is a rewrite from scratch of Kevin Toms' famous
+Sinclair Spectrum Football Management game. It is not the most
+complicated or prettiest game in the world, but it is one of the most
+fun.
+
+%description -l pl
+Mened¿er Pi³karski jest przepisan± od podstaw s³awn± gr± Sinclair
+Spectrum Football Management autorstwa Kevina Tomsa. Nie jest ona
+najbardziej skomplikowan± ani najpiêkniejsz± gr± na ¶wiecie, ale jest
+jedn± z najbardziej grywalnych.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Games
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_applnkdir}/Games/*
This page took 0.033899 seconds and 4 git commands to generate.