14 lines
153 B
Text
14 lines
153 B
Text
version=2.23
|
|
source=(http://ftp.gnu.org/gnu/grep/grep-$version.tar.xz\
|
|
)
|
|
derle()
|
|
{
|
|
cd grep-$version
|
|
|
|
./configure --prefix=/tools
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
}
|