eth0s/toolchain/14-diffutils

11 lines
176 B
Text
Raw Normal View History

name=diffutils
version=3.7
source=(http://ftp.gnu.org/gnu/diffutils/diffutils-$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
make
make install
}