Package: findutils Version: 4.2.20 Revision: 6 Maintainer: Dave Vasilevsky Depends: cron-service, libgettext3-shlibs BuildDepends: libgettext3-dev, gettext-bin, gettext-tools Source: mirror:gnu:%n/%n-%v.tar.gz Source-MD5: 7c8e12165b221dd67a19c00d780437a4 PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1 SetCFLAGS: -DFINK -DHAVE_F_FSTYPENAME_IN_STATFS CompileScript: << SORT=/usr/bin/sort ./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 install -c -m 644 updatedb.conf %i/etc/updatedb.conf << ConfFiles: %p/etc/updatedb.conf DocFiles: README COPYING NEWS InfoDocs: find.info # Description: Tools for searching for files 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'. << DescUsage: << The locate database is updated daily by default. Please see %p/etc/updatedb.conf to reschedule the updatedb task. << License: GPL Homepage: http://www.gnu.org/software/findutils/findutils.html