eth0s/toolchain/13-coreutils

11 lines
210 B
Text
Raw Permalink Normal View History

name=coreutils
2022-04-09 08:19:46 +08:00
version=9.0
2021-04-18 08:19:42 +08:00
source="http://ftp.gnu.org/gnu/coreutils/coreutils-$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 --enable-install-program=hostname
make
make install
}