name=findutils
version=4.9.0
source="http://ftp.gnu.org/gnu/findutils/findutils-$version.tar.xz"
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}