]> git.pld-linux.org Git - packages/freelords.git/blob - freelords.spec
- Updated Source0 URL
[packages/freelords.git] / freelords.spec
1 Summary:        Strategy game
2 Summary(pl):    Gra strategiczna
3 Name:           freelords
4 Version:        0.2.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games/Strategy
8 Source0:        http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
9 Source1:        %{name}rc.conf
10 URL:            http://www.freelords.org/
11 BuildRequires:  SDL_image-devel
12 BuildRequires:  libstdc++-devel
13 BuildRequires:  libsigc++-devel >= 1.2.1
14 BuildRequires:  paragui-devel
15 BuildRequires:  qt-devel >= 2.2.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18
19 %description
20 FreeLords is a turn-based strategy game. There can be various goals to
21 achieve like e.g.: destroying all enemies, gathering a specific amount
22 of money, occupying a certain city, ...
23
24 %description -l pl
25 FreeLords to gra strategiczna z podzia³em na tury. Cele gry mog± byæ
26 ró¿ne np. zniszczenie wszystkich przeciwników, zebranie okre¶lonej
27 sumy pieniêdzy, okupacja okre¶lonego miasta i inne.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__libtoolize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37
38 %configure
39
40 %{__make} 
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 install -d $RPM_BUILD_ROOT/etc
46
47 install %{SOURCE1} $RPM_BUILD_ROOT/etc/freelordsrc
48 %{__make} DESTDIR=$RPM_BUILD_ROOT install
49
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc doc/* AUTHORS ChangeLog TODO
57 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/*
58 %attr(755,root,root) %{_bindir}/*
59 %{_datadir}/%{name}
This page took 0.095339 seconds and 3 git commands to generate.