]> git.pld-linux.org Git - packages/scummvm.git/blob - scummvm.spec
- up to 0.2.0
[packages/scummvm.git] / scummvm.spec
1 Summary:        SCUMM graphic adventure game interpreter
2 Summary(pl):    Interpreter przygodówek opartych na SCUMM
3 Name:           scummvm
4 Version:        0.2.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://telia.dl.sourceforge.net/sourceforge/scummvm/%{name}_%{version}-src.tgz
9 BuildRequires:  SDL-devel >= 1.2.2
10 Requires:       SDL >= 1.2.2
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _prefix         /usr/X11R6
14 %define         _mandir         %{_prefix}/man
15
16 %description
17 ScummVM is an implementation of the SCUMM (Script Creation Utility for
18 Maniac Mansion) engine used in various Lucas Arts games such as Monkey
19 Island and Day of the Tentacle. At this time ScummVM should be considered
20 ALPHA software, as it's still under heavy development. Be aware that while
21 many games will work with few major bugs, crashes can happen. Also note
22 that saved games can, and probably will, be incompatible between releases.
23
24 Also ScummVM is capable of playing several non-SCUMM games, at the moment
25 this includes Simon The Sorcerer.
26
27 %description -l pl
28 ScummVM jest implementacj± silnika SCUMM (Narzêdzie tworz±ce skrypty dla
29 Maniac Mansion) u¿ywanego w wielu grach Lucas Arts takich jak Monkey Island,
30 czy Day of the Tentacle. ScummVM jest ca³y czas intensywnie rozwijany i
31 powinien byæ traktowany jako program w stanie ALPHA. Wiele gier mo¿e siê
32 wysypywaæ, lub dzia³aæ z b³êdami. Zapisane stany gry bêd± prawdopodobnie
33 niekompatybilne pomiêdzy ró¿nymi wersjami ScummVM.
34
35 ScummVM potrafi równie¿ obs³u¿yæ gry nie oparte na silniku SCUMM. W chwili
36 obecnej jest to Simon The Sorcerer.
37
38 %prep
39 %setup -q -n %{name}
40
41 %build
42 %{__make} \
43         CC="%{__cxx}" \
44         CFLAGS="%{rpmcflags}" \
45         LDFLAGS="%{rpmldflags}"
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6}
51 install scummvm $RPM_BUILD_ROOT%{_bindir}
52 install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %attr(755,root,root) %{_bindir}/*
60 %{_mandir}/man6/*
61 %doc readme.txt whatsnew.txt
This page took 0.623491 seconds and 3 git commands to generate.