SPECS: openttd-ai.spec (NEW) - new: all the AIs and AI libraries from opent...
sparky
sparky at pld-linux.org
Sat Apr 4 16:58:03 CEST 2009
Author: sparky Date: Sat Apr 4 14:58:03 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new: all the AIs and AI libraries from openttd content server
---- Files affected:
SPECS:
openttd-ai.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/openttd-ai.spec
diff -u /dev/null SPECS/openttd-ai.spec:1.1
--- /dev/null Sat Apr 4 16:58:03 2009
+++ SPECS/openttd-ai.spec Sat Apr 4 16:57:58 2009
@@ -0,0 +1,45 @@
+# $Revision$, $Date$
+#
+Summary: Artificial Intelligence engines for OpenTTD
+Name: openttd-ai
+Version: 20090404
+Release: 1
+License: Mixed
+Group: X11/Applications/Games
+Source0: %{name}-%{version}.tar.bz2
+# Source0-md5: 98432a3aa955bac7163d648207f42148
+URL: http://www.openttd.com/
+Requires: openttd-data >= 0.7.0-1
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Artificial Intelligence engines for OpenTTD.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/openttd
+
+cp -r ai $RPM_BUILD_ROOT%{_datadir}/openttd
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/openttd/ai/*.tar
+%{_datadir}/openttd/ai/library/*.tar
+
+%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 2009/04/04 14:57:58 sparky
+- new: all the AIs and AI libraries from openttd content server
+
================================================================
More information about the pld-cvs-commit
mailing list