eth0s/toolchain/13-coreutils

11 lines
211 B
Text
Raw Normal View History

name=coreutils
2020-11-13 13:58:01 +08:00
version=8.32
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
}