eth0s/toolchain/22-grep

10 lines
161 B
Text
Executable file

name=grep
version=3.3
source=(http://ftp.gnu.org/gnu/grep/grep-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}