]> git.pld-linux.org Git - SPECS.git/blob - infocom-inhumane.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / infocom-inhumane.spec
1 %define         _name           inhumane
2 Summary:        Infocom text game - Inhumane
3 Summary(pl.UTF-8):      Tekstówka Infocomu - Inhumane
4 Name:           infocom-inhumane
5 Version:        31415926
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:  84d3ce7ccfafb873736490811a0cc78c
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 A parody of Infocom's Infidel, written when the author was fifteen,
18 then converted to Inform. To collect a treasure, you must show an
19 ancient guardian how awful an adventurer you are.
20
21 %description -l pl.UTF-8
22 Parodia Infidela Infocomu napisana gdy autor miał piętnaście lat,
23 która następnie została przerobiona aby korzystać z Informu. Aby
24 zgromadzić skarb trzeba wykazać antycznemu strażnikowi jakim się jest
25 okropnym poszukiwaczem przygód.
26
27 %prep
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/games/zcode}
32
33 cp %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/games/zcode
34 ln -s %{_datadir}/games/zcode/wrapper.sh $RPM_BUILD_ROOT%{_bindir}/%{_name}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{_bindir}/*
42 %{_datadir}/games/zcode/*.z5
This page took 1.297433 seconds and 3 git commands to generate.