packages: tuxfootball/tuxfootball.spec (NEW) - initial
uzsolt
uzsolt at pld-linux.org
Tue Jan 4 22:32:38 CET 2011
Author: uzsolt Date: Tue Jan 4 21:32:38 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- initial
---- Files affected:
packages/tuxfootball:
tuxfootball.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/tuxfootball/tuxfootball.spec
diff -u /dev/null packages/tuxfootball/tuxfootball.spec:1.1
--- /dev/null Tue Jan 4 22:32:38 2011
+++ packages/tuxfootball/tuxfootball.spec Tue Jan 4 22:32:32 2011
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary: Great 2D soccer (sometimes called football) game
+Name: tuxfootball
+Version: 0.3.0
+Release: 0.1
+License: GPL v2
+Group: X11/Applications/Games
+Source0: http://downloads.sourceforge.net/project/tuxfootball/0.3/%{name}-%{version}.tar.gz
+# Source0-md5: fa2475227ef30685887cc6e41663d4d3
+BuildRequires: SDL_image
+BuildRequires: SDL_mixer
+BuildRequires: gettext-devel
+BuildRequires: pkg-config
+URL: http://tuxfootball.sourceforge.net/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tux Football is a great 2D soccer (sometimes called football) game for
+Windows and Linux. It's bringing old style gameplay from DOS times
+back to the desktop with up to date graphics! It's gameplay is similar
+to old classics such as Amco's Kick Off and Sensible Software's
+Sensible Soccer.
+
+%prep
+%setup -q
+
+%build
+%configure --disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_prefix}/doc/%{name}
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+
+$Log$
+Revision 1.1 2011/01/04 21:32:32 uzsolt
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list