eth0s/toolchain/16-findutils

11 lines
179 B
Text
Raw Permalink Normal View History

2020-07-02 23:33:24 +08:00
name=findutils
2022-04-09 08:19:46 +08:00
version=4.9.0
2021-04-18 08:19:42 +08:00
source="http://ftp.gnu.org/gnu/findutils/findutils-$version.tar.xz"
2020-07-02 23:33:24 +08:00
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}