]> git.pld-linux.org Git - packages/acm.git/commitdiff
- Minor build stage fixes, still much work left for somebody....
authordeejay1 <deejay1@pld-linux.org>
Thu, 1 May 2003 19:34:14 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acm.spec -> 1.4

acm.spec

index 5ef7ec877cd160404d263a89ea19b752f4e65291..af864cbec709725266d4d039cc1f51df3ab2696a 100644 (file)
--- a/acm.spec
+++ b/acm.spec
@@ -1,6 +1,7 @@
 # ToDo:
 # - make it build,
 # - make it work :>
+# - make it install in a correct directory....
 #
 Summary:       X based flight combat.
 Summary(de):   Flugkampfspiel unter X.
@@ -9,8 +10,8 @@ Summary(tr):   X tabanl
 Summary(pl):   Symulator lotu dla X Windows.
 Name:          acm
 Version:       5.0
-Release:       0.1
-Copyright:     MIT
+Release:       0.2
+License:       GPL v2
 Group:         X11/Applications/Games
 Source0:       http://www.websimulations.com/download/%{name}-%{version}.tar.gz
 Patch0:                %{name}-ac_fix.patch
@@ -43,14 +44,20 @@ rm -f missing
 %{__aclocal}
 %{__autoconf}
 #%{__autoheader}
-%configure
+for dir in dis dis/disgen gedit; do
+       olddir=$(pwd)
+       cd $dir
+       %{__autoconf}
+       cd $olddir
+done
+%configure 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_prefix}/{bin,lib/games,man/man1}
 
-%{__make} prefix=$RPM_BUILD_ROOT install
+%{__make} install prefix=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.099605 seconds and 4 git commands to generate.