1 |
|
### RPM external gmake 3.81-CMS18 |
2 |
< |
Source: ftp://ftp.gnu.org/gnu/%n/%n-%realversion.tar.gz |
2 |
> |
# We will call it "gmake", but gnu calls it "make" |
3 |
> |
Source: ftp://ftp.gnu.org/gnu/make/make-%realversion.tar.gz |
4 |
> |
Patch1: gmake-3.81-expand |
5 |
|
|
6 |
|
%prep |
7 |
|
%setup -n make-%{realversion} |
8 |
+ |
%patch1 -p0 |
9 |
|
|
10 |
|
%build |
11 |
|
./configure --prefix=%i |
15 |
|
%install |
16 |
|
make install |
17 |
|
# Put in the symlink |
18 |
< |
ln -s %i/make %/gmake |
18 |
> |
cd %{i}/bin |
19 |
> |
ln -s make gmake |
20 |
|
|
21 |
|
# SCRAM ToolBox toolfile (still to add) |