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