milis/talimatname/onsistem/0grep/talimat
2017-10-28 00:59:41 +03:00

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
}