CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: adapted to 64b
[crossrootfs.git] / coreutils / Pkgfile
index 39eb6f02abec140c4b88d3f0e00807cbf3f98f0e..a673cea1874567d317befa78dc74a2d24f2821cc 100644 (file)
@@ -5,8 +5,8 @@
 # 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)
 
@@ -34,7 +34,6 @@ EOF
               --host=$CTARGET \
               --prefix=/usr \
               --libexecdir=/usr/lib \
-              --mandir=/usr/man \
               --disable-nls \
               --disable-assert \
               --enable-no-install-program=uptime,kill,chcon,runcon,groups \
@@ -61,5 +60,5 @@ EOF
   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
 }