]> git.pld-linux.org Git - SPECS.git/blob - infocom-minster.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / infocom-minster.spec
1 %define         _name           minster
2 Summary:        Infocom text game - Christminster
3 Summary(pl.UTF-8):      Tekstówka Infocomu - Christminster
4 Name:           infocom-minster
5 Version:        961117
6 Release:        2
7 License:        free
8 Group:          Applications/Games
9 Source0:        ftp://ftp.ifarchive.org/if-archive/games/zcode/%{_name}.z5
10 # Source0-md5:  e343b97402ea4220bf19bb3fe39ae008
11 URL:            http://www.ifarchive.org/
12 Requires:       zcode-wrapper
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 BuildArch:      noarch
15
16 %description
17 When your brother Malcolm sends you a telegram inviting you to visit
18 him at Biblioll College in the ancient university town of
19 Christminster, you imagine that the mysterious `discovery' he alludes
20 to is nothing more than some esoteric bit of chemistry, and that
21 you'll have a pleasant day out in beautiful surroundings.
22
23 But when you get to Christminster, nothing is as you expect. Where has
24 Malcolm vanished to? What are the unpleasant Doctor Jarboe and the
25 positively repulsive Professor Bungay up to? And what do
26 long-forgotten alchemical treatises have to do with the modern day?
27
28 %description -l pl.UTF-8
29 Gdy twój brat Malcolm wysyła ci telegram zapraszający do odwiedzenia
30 go w Biblioll College w starożytnym miasteczku uniwersyteckim
31 Christminster, wyobrażasz sobie, że tajemnicze ,,odkrycie'', o którym
32 ci napomknął nie jest niczym innym niż ezoterycznym kawałkiem chemii i
33 w związku z tym spędzisz miły dzień w pięknym otoczeniu.
34
35 Ale gdy docierasz do Christminster, nic nie dzieje się zgodnie z
36 przewidywaniami. Gdzie zniknął Malcolm? Co się dzieje z niemiłym
37 doktorem Jarboe i ze zdecydowanie odpychającym profesorem Bungayem?
38 Oraz co robią w czasach współczesnych dawno zapomniane rozprawy
39 alchemiczne?
40
41 %prep
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/games/zcode}
46
47 cp %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/games/zcode
48 ln -s %{_datadir}/games/zcode/wrapper.sh $RPM_BUILD_ROOT%{_bindir}/%{_name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %attr(755,root,root) %{_bindir}/*
56 %{_datadir}/games/zcode/*.z5
This page took 0.119894 seconds and 3 git commands to generate.