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