Author: adamg Date: Sat May 20 15:20:29 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: antargis.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/antargis.spec diff -u /dev/null SPECS/antargis.spec:1.1 --- /dev/null Sat May 20 17:20:29 2006 +++ SPECS/antargis.spec Sat May 20 17:20:24 2006 @@ -0,0 +1,69 @@ +# $Revision$, $Date$ +Summary: Battles of Antargis - medieval RTS +Summary(pl): Battles of Antargis - osadzona w średniowieczu gra typu RTS +Name: antargis +Version: 0.1.2 +Release: 0.1 +License: GPL +Group: X11/Applications/Games/Strategy +Source0: http://download.berlios.de/antargis/%{name}-%{version}.tar.gz +# Source0-md5: 94f8173e2eb1fea4d9d2949803055f87 +URL: http://antargis.berlios.de/ +BuildRequires: OpenGL-devel +BuildRequires: SDL_image-devel +BuildRequires: SDL_mixer-devel +BuildRequires: SDL_ttf-devel +BuildRequires: libstdc++-devel +BuildRequires: rake +BuildRequires: ruby-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Battles of Antargis is a medieval realtime strategy game. You are a +hero who was betrayed and you have to unify the kingdom and rebuild +the old empire. Old myths will pass your way. + +The game is currently in heavy development and taking up pace. The +current features include: + +- A short tutorial giving you an introduction to the gameplay +- Beginning of a real campaign + +%description -l pl +Battles of Antargis jest strategią czasu rzeczywistego osadzoną w +czasach średniowiecznyc. Gracz jest bohaterem, który został zdradzony +przez towarzyszy i który postanawia zjednoczyć królestwo i odbudować +potęgę starego imperium. + +%prep +%setup -q + +%build +rake \ + CC="%{__cc}" \ + CXX="%{__cxx}" + +%install +rm -rf $RPM_BUILD_ROOT + +rake install \ + DESTDIR=$RPM_BUILD_ROOT%{_prefix} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/05/20 15:20:24 adamg +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
