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