]> git.pld-linux.org Git - packages/antargis.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 20 May 2006 15:20:24 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antargis.spec -> 1.1

antargis.spec [new file with mode: 0644]

diff --git a/antargis.spec b/antargis.spec
new file mode 100644 (file)
index 0000000..9660d6c
--- /dev/null
@@ -0,0 +1,58 @@
+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}
This page took 0.07365 seconds and 4 git commands to generate.