]> git.pld-linux.org Git - packages/LAGII.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Fri, 16 Jul 1999 21:20:49 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LAGII.spec -> 1.1

LAGII.spec [new file with mode: 0644]

diff --git a/LAGII.spec b/LAGII.spec
new file mode 100644 (file)
index 0000000..c526060
--- /dev/null
@@ -0,0 +1,37 @@
+%define prefix /usr/local
+
+Name: LAGII
+Summary: Interprets and runs AGI games
+Vendor: XoXus <xoxus@usa.net>
+Version: 0.1.1
+Release: 1
+URL: http://www.zip.com.au/~gsymonds/LAGII/
+Copyright: Freely distributable
+Packager: XoXus <xoxus@usa.net>
+Source: http://www.zip.com.au/~gsymonds/LAGII/LAGII-0.1.1.tar.gz
+Group: Console/Games
+Requires: svgalib
+
+%description
+LAGII interprets and runs AGI games under SVGALib. AGI games include most
+of Sierra's classics, including Kings Quest, Space Quest and Police Quest.
+You can also decompile the AGI LOGIC files and see how the game works.
+
+%prep
+%setup
+
+%build
+./configure --prefix=%prefix --with-no-giflib
+make depend
+make
+
+%install
+make install
+
+%files
+%{prefix}/bin/lagii
+%{prefix}/bin/decomp
+
+%doc doc/DRIVER-HOWTO
+%doc doc/FAQ
+%doc doc/README
This page took 0.059972 seconds and 4 git commands to generate.