ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/gmake.spec
Revision: 1.1
Committed: Sat Nov 3 08:58:32 2007 UTC (17 years, 5 months ago) by elmer
Branch: MAIN
Log Message:
Add initial version of spec file for make itself

File Contents

# User Rev Content
1 elmer 1.1 ### RPM external gmake 3.81-CMS18
2     Source: ftp://ftp.gnu.org/gnu/%n/%n-%realversion.tar.gz
3    
4     %prep
5     %setup -n make-%{realversion}
6    
7     %build
8     ./configure --prefix=%i
9    
10     make %makeprocesses
11    
12     %install
13     make install
14     # Put in the symlink
15     ln -s %i/make %/gmake
16    
17     # SCRAM ToolBox toolfile (still to add)