############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = findutils version = 4.9.0 release = 1 groups = System/Tools url = https://www.gnu.org/software/findutils/ license = GPLv3+ summary = The GNU versions of find utilities (find and xargs). description The findutils package contains programs which will help you locate files on your system. The find utility searches through a hierarchy of directories looking for files which match a certain set of criteria (such as a filename pattern). The xargs utility builds and executes command lines from standard input arguments (usually lists of file names generated by the find command). end source_dl = https://ftp.gnu.org/gnu/findutils/ sources = %{thisapp}.tar.xz build requires gettext-devel end configure_options += \ --libexecdir=/usr/lib/findutils \ --localstatedir=/var/lib/locate test make check || : end end packages package %{name} provides /bin/find end conflicts filesystem < 002 end end package %{name}-debuginfo template DEBUGINFO end end