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