30 lines
1 KiB
Text
30 lines
1 KiB
Text
# Template file for 'chroot-findutils'
|
|
pkgname=chroot-findutils
|
|
version=4.4.2
|
|
wrksrc="findutils-${version}"
|
|
homepage="http://www.gnu.org/software/findutils"
|
|
distfiles="http://ftp.gnu.org/gnu/findutils/findutils-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-nls"
|
|
short_desc="The GNU Find Utilities -- for xbps-src use"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
checksum=434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a
|
|
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.
|
|
|
|
This package is only meant to be used by xbps-src, don't install it manually."
|
|
|
|
bootstrap=yes
|
|
conflicts="findutils>=0"
|
|
provides="findutils-${version}"
|
|
|
|
post_install() {
|
|
for f in locate oldfind updatedb; do
|
|
rm -f ${DESTDIR}/usr/bin/${f}
|
|
done
|
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
|
}
|