eth0s/toolchain/13-coreutils
2020-11-13 13:58:01 +08:00

10 lines
211 B
Text
Executable file

name=coreutils
version=8.32
source=(http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools --enable-install-program=hostname
make
make install
}