-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfreesci.spec.in
68 lines (56 loc) · 1.74 KB
/
freesci.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Summary: A portable interpreter for SCI games
Name: freesci
Version: @RPM_VERSION@
Release: 1
Group: Games/Adventure
License: GPL
Source: http://www-plan.cs.colorado.edu/creichen/freesci/freesci-%{version}.tar.bz2
Buildroot: /var/tmp/%{name}-%{version}-%{release}-root
#Prereq: ggi, SDL >= 1.1.8
#BuildPrereq: ggi-devel, SDL-devel >= 1.1.8
%description
FreeSCI is a portable interpreter for SCI games, such as the Space Quest
series (starting with SQ3) or Leisure Suit Larry (2 and sequels).
This is the unstable/development branch of FreeSCI. Expect breakages not present
in the stable version. Also note that no savegames are supported at this point.
It has the following improvements over Sierra SCI:
- SCI0 background pictures can be rendered in higher resolutions and 256 colors
- Better debugger (we believe :-)
- More portable
- It's Free software :-)
%prep
%setup -q
%build
./configure --prefix=/usr --mandir=%{_mandir}
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS
%doc THANKS TODO doc/sci.tex
%doc README*
%{_bindir}/sciv
%{_bindir}/scidisasm
%{_bindir}/sciunpack
%{_bindir}/freesci
%{_bindir}/freesci-setup
%{_bindir}/bdftofont
%{_bindir}/fonttoc
%{_bindir}/scipack
%{_datadir}/applnk/Games/Adventure/FreeSCI.desktop
%{_datadir}/games/freesci/config.template
%{_datadir}/icons/hicolor/48x48/apps/freesci.png
%{_mandir}/man6/
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu May 10 2001 Solomon Peachy <pizza@shaftnet.org>
- Mangled through autoconf now.
- got rid of freesci-bugs
- workarounds for manpath issues
- got rid of SDL/ggi dependencies
* Thu Apr 12 2001 Solomon Peachy <pizza@shaftnet.org>
- initial package for 0.3.1