SPECS: asylum.spec (NEW) - new

lisu lisu at pld-linux.org
Wed Jul 25 13:31:40 CEST 2007


Author: lisu                         Date: Wed Jul 25 11:31:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/asylum.spec
diff -u /dev/null SPECS/asylum.spec:1.1
--- /dev/null	Wed Jul 25 13:31:40 2007
+++ SPECS/asylum.spec	Wed Jul 25 13:31:35 2007
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:	Port of Digital Psychosis' 1994 platform shooter
+Summary(pl.UTF-8):	Port gry platformowej Digital Psychosis' 1994
+Name:		asylum
+Version:	0.2
+Release:	0.1
+License:	GPL v3+
+Group:		X11/Applications/Games
+Source0:	http://dl.sourceforge.net/sdl-asylum/%{name}-%{version}.tar.gz
+# Source0-md5:	38ce8d0b2b58748a5499239aa8dfd090
+Patch0:		%{name}-makefile.patch
+URL:		http://sourceforge.net/projects/sdl-asylum/
+BuildRequires:	SDL_mixer-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A port of Digital Psychosis' 1994 platform shooter for the Acorn
+Archimedes.
+
+%description -l pl.UTF-8
+Port gry Digital Psychosis' 1994, strzelaniny platformowej dla Acorn
+Archimedes.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+	CC="%{__cc}"
+
+%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 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  2007/07/25 11:31:35  lisu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list