]> git.pld-linux.org Git - packages/LAGII.git/blame - LAGII.spec
- raw version.
[packages/LAGII.git] / LAGII.spec
CommitLineData
20c025a8 1%define prefix /usr/local
2
3Name: LAGII
4Summary: Interprets and runs AGI games
5Vendor: XoXus <xoxus@usa.net>
6Version: 0.1.1
7Release: 1
8URL: http://www.zip.com.au/~gsymonds/LAGII/
9Copyright: Freely distributable
10Packager: XoXus <xoxus@usa.net>
11Source: http://www.zip.com.au/~gsymonds/LAGII/LAGII-0.1.1.tar.gz
12Group: Console/Games
13Requires: svgalib
14
15%description
16LAGII interprets and runs AGI games under SVGALib. AGI games include most
17of Sierra's classics, including Kings Quest, Space Quest and Police Quest.
18You 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
25make depend
26make
27
28%install
29make 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.058603 seconds and 4 git commands to generate.