]> git.pld-linux.org Git - packages/atanks.git/blame - atanks.spec
- up to 2.2
[packages/atanks.git] / atanks.spec
CommitLineData
2001aa42 1Summary: Atomic Tanks - a game similiar to Scorched Earth and Worms
0d8d50c5 2Summary(pl.UTF-8): Atomic Tanks - gra podobna do Scorched Earth oraz Worms
2001aa42 3Name: atanks
b9425265 4Version: 2.2
995646af 5Release: 1
430b57cd 6Epoch: 1
2001aa42 7License: GPL
e0d1afd9 8Group: X11/Applications/Games
cd046ab8 9Source0: http://dl.sourceforge.net/atanks/%{name}-%{version}.tar.gz
b9425265 10# Source0-md5: dcb1c5b244755714edf903b2d3e87ec6
430b57cd 11Source1: %{name}.desktop
12Source2: %{name}.png
2001aa42
SZ
13Patch0: %{name}-datadir.patch
14URL: http://atanks.sourceforge.net/
b9425265 15#BuildRequires: allegro-devel
2001aa42
SZ
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
2001aa42 18%description
ff971b71
JB
19Atomic Tanks is a Scorched Earth clone similar to the Worms series of
20games. Annihilate the other tanks to earn money, then spend it on
21bigger and better shields and weapons to wipe out the opposition.
22Features a wide array of weapons, AI players, destructible landscape,
23weather, parachutes, teleports and a wide range of other features.
2001aa42 24
da400709 25%description -l pl.UTF-8
ff971b71 26Atomic Tanks to klon Scorched Earth, podobny do serii gier ,,Worms''.
da400709
JR
27Trzeba zniszczyć inne czołgi żeby zarobić pieniądze, potem wydać je na
28większe i lepsze osłony i broń żeby zmiażdżyć przeciwników. Zaletami
29gry są: duży asortyment broni, gracze sterowani przez komputer,
30niszczalny teren, różne warunki pogodowe, spadochrony, teleporty i
e5326aa7 31inne.
2001aa42
SZ
32
33%prep
34%setup -q -n %{name}
b9425265 35%patch0 -p0
2001aa42
SZ
36
37%build
38%{__make} \
8647ceaf 39 DATA_DIR="%{_datadir}/%{name}" \
892d3610 40 CFLAGS="%{rpmcflags} -Iinclude"
2001aa42
SZ
41
42%install
43rm -rf $RPM_BUILD_ROOT
8647ceaf 44install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}} \
430b57cd 45 $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
2001aa42 46
8647ceaf 47install *.dat $RPM_BUILD_ROOT%{_datadir}/%{name}
48install {credits,gloat,instr,revenge}.txt $RPM_BUILD_ROOT%{_datadir}/%{name}
2001aa42
SZ
49install atanks $RPM_BUILD_ROOT%{_bindir}
50
430b57cd 51install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
52install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
53
2001aa42
SZ
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
bd83170d 59%doc BUGS Changelog credits.txt Help.txt instr.txt README TODO
2001aa42 60%attr(755,root,root) %{_bindir}/*
8647ceaf 61%{_datadir}/%{name}
454d7f49 62%{_desktopdir}/*.desktop
430b57cd 63%{_pixmapsdir}/*
This page took 0.038586 seconds and 4 git commands to generate.