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