]> git.pld-linux.org Git - packages/lincity-ng.git/blob - lincity-ng.spec
- 1.0
[packages/lincity-ng.git] / lincity-ng.spec
1 Summary:        Lincity - a Next Generation city/country simulation
2 Summary(pl):    Lincity - symulator miasta/kraju Nastêpnej Generacji
3 Name:           lincity-ng
4 Version:        1.0
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Games
8 Source0:        http://download.berlios.de/lincity-ng/%{name}-%{version}.tar.bz2
9 # Source0-md5:  606253d145dcf9992ed8eea47e6795f3
10 URL:            http://lincity-ng.berlios.de/wiki/index.php/Main_Page
11 BuildRequires:  SDL-devel >= 1.2.5
12 BuildRequires:  SDL_gfx-devel
13 BuildRequires:  SDL_image-devel >= 1.2.3
14 BuildRequires:  SDL_mixer-devel >= 1.2.4
15 BuildRequires:  SDL_ttf-devel >= 2.0
16 BuildRequires:  physfs-devel >= 1.0.0
17 BuildRequires:  gettext-devel
18 BuildRequires:  jam >= 2.5
19 BuildRequires:  libtool
20 BuildRequires:  libxml2-devel >= 2.6.11
21 BuildRequires:  zlib-devel >= 1.0
22 Requires:       SDL >= 1.2.5
23 Requires:       SDL_image >= 1.2.3
24 Requires:       SDL_mixer >= 1.2.4
25 Requires:       SDL_ttf >= 2.0
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 You are required to build and maintain a city. You must feed, house,
30 provide jobs and goods for your residents. You can build a sustainable
31 economy with the help of renewable energy and recycling, or you can go
32 for broke and build rockets to escape from a pollution ridden and
33 resource starved planet, it's up to you. Due to the finite resources
34 available in any one place, this is not a game that you can leave for
35 long periods of time.
36
37 %description -l pl
38 Trzeba wybudowaæ miasto i nim zarz±dzaæ. Trzeba karmiæ mieszkañców,
39 zapewniæ im mieszkanie, pracê i inne dobra. Mo¿na stworzyæ solidn±
40 gospodarkê korzystaj±c z odnawialnych ¼róde³ energii i przetwórstwa
41 odpadów. Mo¿na te¿ wielkim wysi³kiem zbudowaæ rakiety, aby uciec z
42 zanieczyszczonej, pozbawionej zasobów planety. Ca³e ¿ycie miasta
43 znajduje siê w rêkach gracza.
44
45 %prep
46 %setup -q
47
48 %build
49 %configure
50 /usr/bin/jam
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 /usr/bin/jam -s DESTDIR=$RPM_BUILD_ROOT install 
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc README TODO COPYING-* RELNOTES
63 %attr(755,root,root) %{_bindir}/*
64 %dir %{_datadir}/%{name}
65 %{_datadir}/%{name}/*.pal
66 %{_datadir}/%{name}/*.xml
67 %{_datadir}/%{name}/fonts
68 %{_datadir}/%{name}/images
69 %{_datadir}/%{name}/gui
70 %{_datadir}/%{name}/sounds
71 %{_datadir}/%{name}/music
72 %{_datadir}/%{name}/opening
73 %dir %{_datadir}/%{name}/help
74 %lang(de) %{_datadir}/%{name}/help/de
75 %lang(en) %{_datadir}/%{name}/help/en
76 %lang(nl) %{_datadir}/%{name}/help/nl
77 %{_desktopdir}/*.desktop
78 %{_pixmapsdir}/*
This page took 0.102563 seconds and 4 git commands to generate.