SPECS: nazghul.spec (NEW) - initial PLD revision
lisu
lisu at pld-linux.org
Fri Dec 5 12:26:51 CET 2008
Author: lisu Date: Fri Dec 5 11:26:51 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD revision
---- Files affected:
SPECS:
nazghul.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/nazghul.spec
diff -u /dev/null SPECS/nazghul.spec:1.1
--- /dev/null Fri Dec 5 12:26:52 2008
+++ SPECS/nazghul.spec Fri Dec 5 12:26:46 2008
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+#
+# TODO: icon
+#
+Summary: Ultima V game engine clone with enhanced features
+Summary(pl.UTF-8): Gra oparata o ulepszony silnik Ultimy V
+Name: nazghul
+Version: 0.6.1
+Release: 1
+License: GPL v2+
+Group: X11/Applications/Games
+Source0: http://dl.sourceforge.net/nazghul/%{name}-%{version}.tar.gz
+# Source0-md5: 31124e50405e30d110652ddf0a6f40ef
+Patch0: %{name}-default_cfg.patch
+URL: http://myweb.cableone.net/gmcnutt/nazghul.html
+BuildRequires: SDL_image-devel >= 1.2
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libpng-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Nazghul is an old-school RPG based on Ultima V game engine.
+
+%description -l pl.UTF-8
+Nazghul jest grą RPG starej szkoły, opartą o silnik Ultimy V.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+# remove useless doc stuff
+rm -rf doc/{CVS,engine_extension_and_design,null.gif,world_building}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS doc/*
+%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 2008/12/05 11:26:46 lisu
+- initial PLD revision
+
================================================================
More information about the pld-cvs-commit
mailing list