]> git.pld-linux.org Git - packages/atanks.git/commitdiff
- initial release
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Wed, 10 Sep 2003 08:01:54 +0000 (08:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atanks.spec -> 1.1

atanks.spec [new file with mode: 0644]

diff --git a/atanks.spec b/atanks.spec
new file mode 100644 (file)
index 0000000..3c5aa9d
--- /dev/null
@@ -0,0 +1,53 @@
+Summary:       Atomic Tanks - a game similiar to Scorched Earth and Worms
+Summary(pl):   Atomic Tanks - gra podobna do Scorched Earth oraz Worms
+Name:          atanks
+Version:       1.0.0rc1
+Release:       1
+License:       GPL
+Group:         X11/Application/Games
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-1.0.0-rc1.tar.gz
+# Source0-md5: 418b9de826435199c28819abf8b48135
+Patch0:                %{name}-datadir.patch
+URL:           http://atanks.sourceforge.net/
+BuildRequires: allegro-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix /usr/X11R6
+
+%description
+Atomic Tanks is a Scorched Earth clone similar to the Worms series of games.
+Annihilate the other tanks to earn money, then spend it on bigger and
+better shields and weapons to wipe out the opposition. Features a wide
+array of weapons, AI players, destructible landscape, weather, parachutes,
+teleports and a wide range of other features.
+
+%description -l pl
+Atomic Tanks to klon Scorched Earth, podobny do serii gier ,,Worms''. Zniszcz
+inne czo³gi ¿eby zarobiæ pieni±dze, potem wydaj je na wiêksze i lepsze
+os³ony i broñ ¿eby zmia¿d¿yæ przeciwników. Zaletami gry s±: du¿y
+asortyment broni, gracze sterowani przez komputer, niszczalny teren, ró¿ne
+warunki pogodowe, spadochrony, teleporty i inne.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+
+%build
+%{__make} \
+       DATA_DIR="%{_libdir}/%{name}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name}}
+
+install *.dat $RPM_BUILD_ROOT%{_libdir}/%{name}
+install atanks $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changelog INSTRUCTIONS tanks.txt TODO
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/%{name}
This page took 0.11303 seconds and 4 git commands to generate.