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