2008-10-23 19:06:57 +02:00
|
|
|
# Template file for 'findutils'
|
|
|
|
pkgname=findutils
|
2009-06-20 09:25:10 +02:00
|
|
|
version=4.4.2
|
2011-11-06 08:56:41 +01:00
|
|
|
revision=3
|
|
|
|
homepage="http://www.gnu.org/software/findutils"
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2008-11-26 15:58:49 +01:00
|
|
|
configure_args="--localstatedir=/var/lib/locate"
|
2008-10-23 19:06:57 +02:00
|
|
|
short_desc="The GNU Find Utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-11-06 08:56:41 +01:00
|
|
|
license="GPL-3"
|
2009-06-20 09:25:10 +02:00
|
|
|
checksum=434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a
|
2008-10-23 19:06:57 +02:00
|
|
|
long_desc="
|
|
|
|
The GNU Find Utilities are the basic directory searching utilitiesof the
|
|
|
|
GNU operating system. These programs are typically used in conjunction with
|
|
|
|
other programs to provide modular and powerful directory search and file
|
|
|
|
locating capabilities to other commands."
|
|
|
|
|
2010-11-30 16:33:19 +01:00
|
|
|
conf_files="/etc/updatedb.conf"
|
|
|
|
|
2009-02-24 07:13:11 +01:00
|
|
|
Add_dependency run glibc
|
2010-04-24 17:12:13 +02:00
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build texinfo
|
2009-02-26 22:57:32 +01:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
2010-11-30 16:33:19 +01:00
|
|
|
# Install the cron daily job.
|
2011-11-06 08:56:41 +01:00
|
|
|
vinstall ${FILESDIR}/updatedb.cron-daily 744 etc/cron.daily updatedb
|
2010-11-30 16:33:19 +01:00
|
|
|
# Install the updatedb conf file.
|
2011-11-06 08:56:41 +01:00
|
|
|
vinstall ${FILESDIR}/updatedb.conf 640 etc
|
2009-02-26 22:57:32 +01:00
|
|
|
}
|