findutils: update to 4.6.0.
This commit is contained in:
parent
15d0f3629f
commit
75f7276742
1 changed files with 3 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'findutils'
|
# Template file for 'findutils'
|
||||||
pkgname=findutils
|
pkgname=findutils
|
||||||
version=4.4.2
|
version=4.6.0
|
||||||
revision=15
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--program-prefix=g --localstatedir=/var/lib/locate"
|
configure_args="--program-prefix=g --localstatedir=/var/lib/locate"
|
||||||
|
@ -10,11 +10,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.gnu.org/software/findutils"
|
homepage="http://www.gnu.org/software/findutils"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a
|
checksum=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
|
||||||
|
|
||||||
make_dirs="/var/lib/locate 0755 root root"
|
make_dirs="/var/lib/locate 0755 root root"
|
||||||
conf_files="/etc/updatedb.conf"
|
conf_files="/etc/updatedb.conf"
|
||||||
conflicts="chroot-findutils>=0"
|
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
locate:locate:/usr/bin/glocate
|
locate:locate:/usr/bin/glocate
|
||||||
|
@ -28,16 +27,6 @@ alternatives="
|
||||||
find:find.1:/usr/share/man/man1/gfind.1
|
find:find.1:/usr/share/man/man1/gfind.1
|
||||||
"
|
"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl)
|
|
||||||
# Special case for musl libc; "fix" issues with gnulib.
|
|
||||||
: > gnulib/lib/freadahead.c
|
|
||||||
: > gnulib/lib/fseeko.c
|
|
||||||
echo "void close_stdin(void) {}" > gnulib/lib/closein.c
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Install the cron daily job.
|
# Install the cron daily job.
|
||||||
vinstall ${FILESDIR}/updatedb.cron-daily 744 etc/cron.daily updatedb
|
vinstall ${FILESDIR}/updatedb.cron-daily 744 etc/cron.daily updatedb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue