]> git.pld-linux.org Git - packages/LAGII.git/blob - LAGII.spec
- partialy rewrited (NFY),
[packages/LAGII.git] / LAGII.spec
1 Name:           LAGII
2 Summary:        Interprets and runs AGI games
3 Version:        0.1.1
4 Release:        1
5 Group:          Console/Games
6 Vendor:         XoXus <xoxus@usa.net>
7 Copyright:      Freely distributable
8 Source:         http://www.zip.com.au/~gsymonds/LAGII/LAGII-0.1.1.tar.gz
9 URL:            http://www.zip.com.au/~gsymonds/LAGII/
10 Requires:       svgalib
11 BuildRoot:      /tmp/%{name}-%{version}-root
12
13 %description
14 LAGII interprets and runs AGI games under SVGALib. AGI games include most
15 of Sierra's classics, including Kings Quest, Space Quest and Police Quest.
16 You can also decompile the AGI LOGIC files and see how the game works.
17
18 %prep
19 %setup
20
21 %build
22 ./configure \
23         --prefix=%prefix \
24         --with-no-giflib
25 make depend
26 make
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 make install
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %{prefix}/bin/lagii
37 %{prefix}/bin/decomp
38
39 %doc doc/DRIVER-HOWTO
40 %doc doc/FAQ
41 %doc doc/README
This page took 0.771499 seconds and 4 git commands to generate.