[arch-commits] Commit in coreutils/trunk (PKGBUILD)

Allan McRae allan at nymeria.archlinux.org
Thu May 30 04:01:29 UTC 2013


    Date: Thursday, May 30, 2013 @ 06:01:29
  Author: allan
Revision: 186607

upgpkg: coreutils 8.21-2

/usr move

Modified:
  coreutils/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 03:59:26 UTC (rev 186606)
+++ PKGBUILD	2013-05-30 04:01:29 UTC (rev 186607)
@@ -4,7 +4,7 @@
 
 pkgname=coreutils
 pkgver=8.21
-pkgrel=1
+pkgrel=2
 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -14,11 +14,10 @@
 install=${pkgname}.install
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 md5sums=('065ba41828644eca5dd8163446de5d64'
-         '5d68aee0cfb701c13ec624ad8df142a9')
+         'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
   ./configure --prefix=/usr --libexecdir=/usr/lib \
               --enable-no-install-program=groups,hostname,kill,uptime
   make
@@ -32,15 +31,4 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  cd ${pkgdir}/usr/bin
-  install -dm755 ${pkgdir}/bin
-
-  # binaries required by FHS
-  _fhs=('cat' 'chgrp' 'chmod' 'chown' 'cp' 'date' 'dd' 'df' 'echo' 'false'
-        'ln' 'ls' 'mkdir' 'mknod' 'mv' 'pwd' 'rm' 'rmdir' 'stty' 'sync'
-        'true' 'uname')
-  for i in ${_fhs[@]}; do
-    ln -s ../usr/bin/$i ${pkgdir}/bin/$i
-  done
 }




More information about the arch-commits mailing list