eth0s/toolchain/16-findutils

11 lines
179 B
Text
Raw Normal View History

2020-07-02 23:33:24 +08:00
name=findutils
version=4.7.0
source=(http://ftp.gnu.org/gnu/findutils/findutils-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}