chroot-coreutils: removed; superseded by coreutils.

This commit is contained in:
Juan RP 2014-11-11 08:34:03 +01:00
parent b7f737d190
commit b675a17ee3
2 changed files with 0 additions and 48 deletions

View File

@ -1,20 +0,0 @@
--- Makefile.in.orig 2014-01-08 09:01:48.970245932 +0100
+++ Makefile.in 2014-01-08 09:02:23.283386875 +0100
@@ -7390,7 +7390,7 @@ check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
check: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) check-recursive
-all-am: Makefile $(INFO_DEPS) $(LIBRARIES) $(PROGRAMS) $(MANS) \
+all-am: Makefile $(LIBRARIES) $(PROGRAMS) \
$(HEADERS) all-local
installdirs: installdirs-recursive
installdirs-am:
@@ -7558,7 +7558,7 @@ install-info-am: $(INFO_DEPS)
install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
done; \
else : ; fi
-install-man: install-man1
+install-man:
install-pdf: install-pdf-recursive

View File

@ -1,28 +0,0 @@
# Template file for 'chroot-coreutils'
pkgname=chroot-coreutils
version=8.22
revision=3
wrksrc="${pkgname/chroot-}-${version}"
bootstrap=yes
provides="coreutils-${version}_${revision}"
conflicts="coreutils>=0"
build_style=gnu-configure
configure_args="--without-gmp --disable-libcap --disable-xattr
--disable-acl --disable-rpath --disable-nls
--enable-no-install-program=stdbuf,arch,su
--enable-install-program=hostname gl_cv_func_realpath_works=yes"
short_desc="The GNU core utilities - for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/coreutils"
license="GPL-3"
distfiles="http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz"
checksum=5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212
case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS+=" -DSLOW_BUT_NO_HACKS";;
esac
post_install() {
rm -rf ${DESTDIR}/usr/lib
rm -rf ${DESTDIR}/usr/share
}