]> git.pld-linux.org Git - packages/LAGII.git/commitdiff
- partialy rewrited (NFY),
authorkloczek <kloczek@pld-linux.org>
Sat, 17 Jul 1999 12:41:14 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added template %changelog header and using CVS keywords.

Changed files:
    LAGII.spec -> 1.2

LAGII.spec

index c526060528c199b41078b054ee57bada89f12531..81ebf342fb72d735b83ab1636f76a54ecf81d265 100644 (file)
@@ -1,16 +1,14 @@
-%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
+Name:          LAGII
+Summary:       Interprets and runs AGI games
+Version:       0.1.1
+Release:       1
+Group:         Console/Games
+Vendor:                XoXus <xoxus@usa.net>
+Copyright:     Freely distributable
+Source:                http://www.zip.com.au/~gsymonds/LAGII/LAGII-0.1.1.tar.gz
+URL:           http://www.zip.com.au/~gsymonds/LAGII/
+Requires:      svgalib
+BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
 LAGII interprets and runs AGI games under SVGALib. AGI games include most
@@ -21,13 +19,19 @@ You can also decompile the AGI LOGIC files and see how the game works.
 %setup
 
 %build
-./configure --prefix=%prefix --with-no-giflib
+./configure \
+       --prefix=%prefix \
+       --with-no-giflib
 make depend
 make
 
 %install
+rm -rf $RPM_BUILD_ROOT
 make install
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %{prefix}/bin/lagii
 %{prefix}/bin/decomp
This page took 0.067982 seconds and 4 git commands to generate.