eth0s/toolchain/17-gawk

11 lines
163 B
Text
Raw Normal View History

name=gawk
version=5.0.1
source=(http://ftp.gnu.org/gnu/gawk/gawk-$version.tar.xz)
2018-12-01 00:12:45 +08:00
build() {
cd $name-$version
2018-12-01 00:12:45 +08:00
./configure --prefix=/tools
make
make install
}