]> git.pld-linux.org Git - packages/teg.git/blob - teg.spec
- massive attack: source-md5
[packages/teg.git] / teg.spec
1 Summary:        Risk clone
2 Summary(pl):    Klon Ryzyka
3 Name:           teg
4 Version:        0.10.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/teg/%{name}-%{version}.tar.gz
9 # Source0-md5:  c9ba8ab27bc590b8fe48a37fafd69e8b
10 Source1:        %{name}.desktop
11 URL:            http://teg.sf.net/
12 BuildRequires:  autoconf
13 BuildRequires:  gnome-libs-devel
14 BuildRequires:  libxml-devel
15 BuildRequires:  readline-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Tenes Emapandas Graciela (TEG) is a clone of 'Plan Táctico y
20 Estratégico de la Guerra', which is a pseudo-clone of Risk, a
21 multiplayer turn-based strategy game. Some rules are different.
22
23 %description -l pl
24 Tenes Emapandas Graciela (TEG) jest klonem 'Plan Táctico y Estratégico
25 de la Guerra', który jest pseudo-klonem Ryzyka, strategicznej gry
26 turowej dla wielu graczy. Niektóre zasady s± inne.
27
28 %prep
29 %setup -q
30
31 %build
32 cd ggz
33 %{__autoconf}
34 cd ..
35 %{__autoconf}
36 %configure \
37         --with-readline \
38         --without-static
39
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_applnkdir}/Games
45
46 %{__make} install DESTDIR=$RPM_BUILD_ROOT
47
48 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc ChangeLog PEOPLE README.GGZ TODO README
58 %attr(755,root,root) %{_bindir}/*
59 %{_datadir}/gnome/help/teg
60 %{_pixmapsdir}/teg_icono.png
61 %{_pixmapsdir}/teg_pix
62 %{_applnkdir}/Games/*
This page took 0.090231 seconds and 4 git commands to generate.