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