CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed major update for Arch-Maintainer's email (all ports)
[crossrootfs.git] / coreutils / Pkgfile
index 58686d4c049f1d3f8c8f35e1b25eaa8640a1e2ba..ad823841a70639a0f98efb5410edeea230749c47 100644 (file)
@@ -1,21 +1,25 @@
 # Description: A collection of core GNU utilities
 # URL: http://www.gnu.org/software/coreutils/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX ARM System Team
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: libgmp
 
 name=coreutils
-version=7.4
-release=1
+version=8.4
+release=2
 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz 
         coreutils-uname.patch)
 
 build() {
   cd $name-$version
   patch -p1 -i $SRC/coreutils-uname.patch
-  touch man/uname.1 man/hostname.1
+
+  for f in $(find man/ -type f -name '*.x' -exec basename {} .x \;); do
+    touch $f
+  done
 
   cat > config.cache <<EOF
+ac_cv_search_clock_gettime=no
 fu_cv_sys_stat_statfs2_bsize=yes
 gl_cv_func_rename_trailing_slash_bug=no
 gl_cv_func_mbrtowc_incomplete_state=yes
@@ -28,6 +32,7 @@ gl_cv_func_wctob_works=yes
 EOF
 
   DEFAULT_POSIX2_VERSION=199209 \
+  GPERF=false \
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \