New package: chroot-findutils-4.4.2.
This commit is contained in:
parent
c82e0804d5
commit
a9015fe26b
|
@ -0,0 +1,3 @@
|
||||||
|
librt.so.1
|
||||||
|
libm.so.6
|
||||||
|
libc.so.6
|
|
@ -0,0 +1,29 @@
|
||||||
|
# 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"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
for f in locate oldfind updatedb; do
|
||||||
|
rm -f ${DESTDIR}/usr/bin/${f}
|
||||||
|
done
|
||||||
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
||||||
|
}
|
Loading…
Reference in New Issue