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