chroot-coreutils: switch to /usr.
This commit is contained in:
parent
567ba33193
commit
77ac7be2a8
1 changed files with 2 additions and 10 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'chroot-coreutils'
|
# Template file for 'chroot-coreutils'
|
||||||
pkgname=chroot-coreutils
|
pkgname=chroot-coreutils
|
||||||
version=8.17
|
version=8.17
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=coreutils-${version}
|
wrksrc=coreutils-${version}
|
||||||
distfiles="http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gmp --disable-libcap --disable-xattr
|
configure_args="--without-gmp --disable-libcap --disable-xattr
|
||||||
--disable-acl --disable-rpath --disable-nls
|
--disable-acl --disable-rpath --disable-nls
|
||||||
|
@ -13,6 +12,7 @@ short_desc="The GNU core utilities - for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/coreutils"
|
homepage="http://www.gnu.org/software/coreutils"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
distfiles="http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz"
|
||||||
checksum=4e075a0d238072a5bd079046e1f024dc5e0d9133d43a39c73d0b86b0d1e2c5e5
|
checksum=4e075a0d238072a5bd079046e1f024dc5e0d9133d43a39c73d0b86b0d1e2c5e5
|
||||||
long_desc="
|
long_desc="
|
||||||
The GNU Core Utilities are the basic file, shell and text manipulation
|
The GNU Core Utilities are the basic file, shell and text manipulation
|
||||||
|
@ -29,11 +29,3 @@ provides="coreutils-${version}"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's/^\(SUBDIRS =\).*/\1 lib src/g' Makefile.in
|
sed -i 's/^\(SUBDIRS =\).*/\1 lib src/g' Makefile.in
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# Create symlinks in /bin.
|
|
||||||
vmkdir bin
|
|
||||||
for f in true false echo ls pwd; do
|
|
||||||
cd ${DESTDIR}/bin && ln -sf ../usr/bin/$f .
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue