eth0s/toolchain/13-coreutils
2022-04-09 08:19:46 +08:00

10 lines
210 B
Text
Executable file

name=coreutils
version=9.0
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
}