13 lines
167 B
Text
13 lines
167 B
Text
version=4.1
|
|
source=(http://ftp.gnu.org/gnu/make/make-$version.tar.bz2)
|
|
|
|
derle()
|
|
{
|
|
cd make-$version
|
|
|
|
./configure --prefix=/tools --without-guile
|
|
|
|
make
|
|
|
|
make install
|
|
}
|