drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/coreutils/
-rwxr-xr-x root/root usr/lib/coreutils/libstdbuf.so
+drwxr-xr-x root/root usr/share/
-8fb0ae2267aa6e728958adc38f8163a2 coreutils-8.22.tar.xz
+40efdbce865d2458d8da0a9dcee7c16c coreutils-8.24.tar.xz
e14ef9dd59a7e6c7f3ae706771964d75 coreutils-uname.patch
# Depends on: libgmp acl libcap
name=coreutils
-version=8.22
-release=1
+version=8.24
+release=2
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz \
$name-uname.patch)
--host=$CTARGET \
--prefix=/usr \
--libexecdir=/usr/lib \
- --mandir=/usr/man \
--disable-nls \
--disable-assert \
--enable-no-install-program=uptime,kill,chcon,runcon,groups \
install -d $PKG/bin
mv $PKG/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo,false,ln,ls,mkdir,sleep} $PKG/bin
mv $PKG/usr/bin/{mknod,mv,pwd,readlink,rm,rmdir,stty,sync,touch,true,uname} $PKG/bin
- rm -r $PKG/usr/share
+ rm -r $PKG/usr/share/info
}