]> git.pld-linux.org Git - packages/lincity-ng.git/blob - lincity-ng.spec
- missing BR
[packages/lincity-ng.git] / lincity-ng.spec
1 Summary:        Lincity is a Next Generation city/country simulation
2 Summary(pl):    Lincity jest symulatorem 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 >= 1.2.5
13 BuildRequires:  SDL_mixer >= 1.2.4
14 BuildRequires:  SDL_image >= 1.2.3
15 BuildRequires:  SDL_gfx
16 BuildRequires:  SDL_ttf >= 2.0
17 BuildRequires:  physfs >= 1.0.0
18 BuildRequires:  gettext-devel
19 BuildRequires:  jam >= 2.5
20 BuildRequires:  libtool
21 BuildRequires:  libxml2 >= 2.6.11
22 BuildRequires:  zlib >= 1.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 X11 and SVGALib strategy game. You are required to build and maintain
27 a city. You must feed, house, provide jobs and goods for your
28 residents. You can build a sustainable economy with the help of
29 renewable energy and recycling, or you can go for broke and build
30 rockets to escape from a pollution ridden and resource starved planet,
31 it's up to you. Due to the finite resources available in any one
32 place, this is not a game that you can leave for long periods of time.
33 This package contains shared files for X11 and SVGALib.
34
35 %description -l pl
36 Gra strategiczna dla X11 oraz SVGALib. Trzeba wybudowaæ miasto i nim
37 zarz±dzaæ. Trzeba karmiæ mieszkañców, zapewniæ im mieszkanie, pracê i
38 inne dobra. Mo¿na stworzyæ solidn± gospodarkê korzystaj±c z odnawialnych 
39 ¼róde³ energii i przetwórstwa odpadów. Mo¿na te¿ wielkim wysi³kiem 
40 zbudowaæ rakiety, aby uciec z zanieczyszczonej, pozbawionej zasobów 
41 planety. Ca³e ¿ycie miasta znajduje siê w rêkach gracza. Ten pakiet 
42 zawiera pliki wspólne dla wersji X11 oraz SVGALib.
43
44 %prep
45 %setup -q -n %{name}-%{version}%{_rel}
46
47 %build
48 %configure
49 /usr/bin/jam
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 /usr/bin/jam -s DESTDIR=$RPM_BUILD_ROOT install 
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc README* TODO
62 %attr(755,root,root) %{_bindir}/*
63 %dir %{_datadir}/%{name}
64 %{_datadir}/doc/%{name}-%{version}%{_rel}/*
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 %{_desktopdir}/*.desktop
74 %{_pixmapsdir}/*
This page took 0.064439 seconds and 4 git commands to generate.