ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/gmake.spec
Revision: 1.2
Committed: Sat Nov 3 09:07:03 2007 UTC (17 years, 6 months ago) by elmer
Branch: MAIN
Changes since 1.1: +4 -2 lines
Log Message:
Several small fixes...

File Contents

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