2019-09-28 00:17:56 +08:00
|
|
|
name=coreutils
|
|
|
|
version=8.31
|
|
|
|
source=(http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz)
|
2018-12-01 00:12:45 +08:00
|
|
|
|
2019-09-28 00:17:56 +08:00
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2018-12-01 00:12:45 +08:00
|
|
|
./configure --prefix=/tools --enable-install-program=hostname
|
|
|
|
make
|
|
|
|
make install
|
2019-09-28 00:17:56 +08:00
|
|
|
}
|