]> git.pld-linux.org Git - packages/bass.git/blob - bass.spec
- rel 2
[packages/bass.git] / bass.spec
1 Summary:        Beneath a Steel Sky
2 Summary(pl):    Pod stalowym niebem
3 Name:           bass
4 Version:        1.0
5 Release:        2
6 License:        Freeware
7 Group:          Applications/Games
8 Source0:        http://dl.sourceforge.net/scummvm/BASS-CD.zip
9 # Source0-md5:  18f9045e90d56fdfc3263b7f264791fd
10 Source1:        http://www.the-underdogs.org/games/b/bass/files/%{name}.pdf
11 # Source1-md5:  2c1bcc3ca452708aa803b0948a431a92
12 Source2:        http://www.the-underdogs.org/games/b/bass/files/%{name}-comics.zip
13 # Source2-md5:  db9e011bcbaca177de8d3346214b0288
14 URL:            http://www.revolution.co.uk/_display.php?id=16
15 Requires:       scummvm >= 0.5.0
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 After the Dungeons and Dragons fantasy setting of Revolution's first
21 game, Lure of the Temptress, Revolution decided to go down a
22 completely different avenue with its second adventure game, Beneath a
23 Steel Sky, that of Science Fiction. A bleak vision of the future was
24 imagined, where mind control and medical science combined forces to
25 repress the populace. Leading comic artist, Dave Gibbons, joined the
26 design team to visualise this desperate landscape. The result,
27 released in 1994, was the cult classic Beneath a Steel Sky.
28
29 %description -l pl
30 Po pierwszej grze fantasy w konwencji Dungeons and Dragons, "Przynêcie
31 kusicielki" (Lure of the Temptress), Revolution zdecydowa³o zej¶æ ze
32 swoj± drug± gr± przygodow± "Pod stalowym niebem" (Beneath a Steel Sky)
33 na zupe³nie inn± drogê, Science Fiction. Gra ta przedstawia ponur±
34 wizjê przysz³o¶ci, w której kontrola umys³u i medycyna ³±cz± swoje
35 si³y, by uciskaæ ludzko¶æ.  Czo³owy artysta komik, Dave Gibbons,
36 przy³±czy³ siê do zespo³u projektowego, aby przedstawiæ ten
37 beznadziejny krajobraz. Wynikiem, wydanym w 1994, by³a kultowa klasyka
38 - "Pod stalowym niebem" (Beneath a Steel Sky).
39
40 %prep
41 %setup -q -n sky-cd -a2
42
43 install %{SOURCE1} bass-manual.pdf
44 mv bass.pdf bass-comics.pdf
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT%{_datadir}/games/%{name}
49
50 install sky.* $RPM_BUILD_ROOT%{_datadir}/games/%{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc bass*.pdf
58 %{_datadir}/games/%{name}
This page took 0.166155 seconds and 3 git commands to generate.