milis/talimatname/temel/grep/talimat

22 lines
401 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Searches input(s) file(s) for lines containing a match to a specified pattern.
# URL: http://www.gnu.org/software/grep/
# Paketçi: milisarge
# Gerekler:
isim=grep
surum=2.23
devir=1
kaynak=(http://ftp.gnu.org/gnu/grep/grep-$surum.tar.xz)
derle()
{
cd grep-$surum
./configure --prefix=/usr --bindir=/bin
make
make check || true
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
}