Package: findutils Version: 4.1 Revision: 5 Maintainer: Dave Vasilevsky Depends: cron-service BuildDepends: gettext-dev, gettext-bin, gettext-tools Source: gnu Source-MD5: 3ea8fe58ef5386da75f6c707713aa059 PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p1 CompileScript: << ./configure %c make libexecdir=%p/lib/locate << InstallScript: << make install prefix=%i mandir=%i/share/man infodir=%i/share/info libexecdir=%i/lib/locate mkdir -p %i/etc/cron.daily install -c -m 755 findutils.cron %i/etc/cron.daily/%n << DocFiles: README COPYING NEWS InfoDocs: find.info # Description: Tools for searching for files DescDetail: Patched to not segfault in corner cases. DescPackaging: << locate's helper programs are stowed away in .../lib/locate. That's a bit more difficult than usual because the configure script is really old. The package installs a daily cron job to update locate's database. updatedb is currently run as root since su seems to be unable to become user 'nobody'. << License: GPL Homepage: http://www.gnu.org/software/findutils/findutils.html