SPECS: monster.spec (NEW) - initial PLD release

lisu lisu at pld-linux.org
Sat Aug 18 22:41:08 CEST 2007


Author: lisu                         Date: Sat Aug 18 20:41:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/monster.spec
diff -u /dev/null SPECS/monster.spec:1.1
--- /dev/null	Sat Aug 18 22:41:08 2007
+++ SPECS/monster.spec	Sat Aug 18 22:41:03 2007
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+Summary:	NES/SNES style RPG
+Summary(pl.UTF-8):	Gra RPG rodem z NES/SNES
+Name:		monster
+Version:	1.23
+Release:	1
+License:	BSD
+Group:		X11/Applications/Games
+Source0:	http://www.nooskewl.com/monster/Monster-%{version}-src.tar.gz
+# Source0-md5:	1976726b4c453c0e3b33f591d7c1293d
+Patch0:		%{name}-util.patch
+Patch1:		%{name}-lua.patch
+Patch2:		%{name}-Makefile.patch
+URL:		http://www.nooskewl.com/monster/
+BuildRequires:	allegro-devel >= 4.2.1
+BuildRequires:	freetype-devel
+BuildRequires:	fudgefont-devel
+BuildRequires:	libogg-devel
+BuildRequires:	libvorbis-devel
+BuildRequires:	logg-devel
+BuildRequires:	lua51-devel
+BuildRequires:	sed >= 4.0
+BuildRequires:	tgui-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Monster is a short NES/SNES style RPG.
+
+%description -l pl.UTF-8
+Monster jest krótką grą RPG rodem z NES/SNES.
+
+%prep
+%setup -q -n Monster-%{version}-src
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+
+%build
+%{__make} -f Makefile.unix \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
+
+install src/%{name} $RPM_BUILD_ROOT%{_bindir}
+cp -r data $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_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/08/18 20:41:03  lisu
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list