SPECS: alphashooter.spec (NEW) - new

lisu lisu at pld-linux.org
Tue Aug 14 19:35:46 CEST 2007


Author: lisu                         Date: Tue Aug 14 17:35:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   alphashooter.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/alphashooter.spec
diff -u /dev/null SPECS/alphashooter.spec:1.1
--- /dev/null	Tue Aug 14 19:35:46 2007
+++ SPECS/alphashooter.spec	Tue Aug 14 19:35:41 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	3D first-person shooter
+Summary(pl.UTF-8):	Trójwymiarowa gra typu fpp
+Name:		alphashooter
+Version:	0.0.3
+Release:	1
+License:	GPL v3+
+Group:		X11/Applications/Games
+Source0:	http://dl.sourceforge.net/alphashooter/%{name}-%{version}.tar.bz2
+# Source0-md5:	a0dd9c2fbcb0d4e6a4fd53065c99fa18
+Patch0:		%{name}-Makefile.patch
+URL:		http://alphashooter.sourceforge.net/
+BuildRequires:	OpenGL-GLU-devel
+BuildRequires:	freeglut-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Alpha Shooter is a 3D OpenGL first-person shooter game with a sci-fi setting.
+
+%description -l pl.UTF-8
+Alpha Shooter jest trójwymiarową grą fpp używającą OpenGL z oprawą sci-fi.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+make linux \
+	CC="%{__cc}" 
+	CFLAGS="%{rpmcflags}" \
+	LDFALGS="%{rpmldflags}"
+
+%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 ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/games/%{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  2007/08/14 17:35:41  lisu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list