CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
unzip: fixed 'Arch Maintainer' line
[crossrootfs.git] / coreutils / Pkgfile
index 58686d4c049f1d3f8c8f35e1b25eaa8640a1e2ba..b00d4df2f5286606b7f1491859e9e850f7281102 100644 (file)
@@ -1,11 +1,11 @@
 # 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, crux-arm at mikeux dot dyndns dot org
 # Depends on: libgmp
 
 name=coreutils
-version=7.4
+version=8.2
 release=1
 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz 
         coreutils-uname.patch)
@@ -13,9 +13,10 @@ source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz
 build() {
   cd $name-$version
   patch -p1 -i $SRC/coreutils-uname.patch
-  touch man/uname.1 man/hostname.1
+  touch man/uname.1 man/hostname.1 man/arch.1
 
   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 +29,7 @@ gl_cv_func_wctob_works=yes
 EOF
 
   DEFAULT_POSIX2_VERSION=199209 \
+  GPERF=false \
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \