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
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
2008-10-23 19:06:57 +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>"
|
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."
|
|
|
|
|
2008-10-27 07:42:40 +01:00
|
|
|
base_chroot=yes
|
2009-02-24 07:13:11 +01:00
|
|
|
Add_dependency run glibc
|
2009-02-26 22:57:32 +01:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
2009-03-11 06:31:56 +01:00
|
|
|
sed -i -e "s|$XBPS_MASTERDIR||g" ${DESTDIR}/usr/bin/updatedb
|
2009-03-28 18:49:03 +01:00
|
|
|
# Insdtall the cron daily job.
|
2009-03-29 07:23:39 +02:00
|
|
|
install -D -m744 ${FILESDIR}/updatedb.cron-daily \
|
2009-03-28 18:49:03 +01:00
|
|
|
${DESTDIR}/etc/cron.daily/updatedb
|
2009-02-26 22:57:32 +01:00
|
|
|
}
|