[arch-commits] Commit in lib32-util-linux/trunk (PKGBUILD)

Dave Reisner dreisner at nymeria.archlinux.org
Wed Oct 30 15:36:59 UTC 2013


    Date: Wednesday, October 30, 2013 @ 16:36:59
  Author: dreisner
Revision: 99614

upgpkg: lib32-util-linux 2.24-1

Modified:
  lib32-util-linux/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-30 14:46:57 UTC (rev 99613)
+++ PKGBUILD	2013-10-30 15:36:59 UTC (rev 99614)
@@ -4,7 +4,7 @@
 
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
-pkgver=2.23.2
+pkgver=2.24
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
 url='http://www.kernel.org/pub/linux/utils/util-linux/'
@@ -17,18 +17,17 @@
 license=('GPL2')
 options=('!libtool' '!emptydirs')
 source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.23/util-linux-$pkgver.tar.xz")
-md5sums=('b39fde897334a4858bb2098edcce5b3f')
+md5sums=('4fac6443427f575fc5f3531a4ad2ca01')
 
-shopt -s extglob
-
 build() {
   cd "$_pkgbasename-$pkgver"
 
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  ./configure \
+      CC="${CC:-cc} -m32" \
+      PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
+      --without-ncurses \
+      --libdir=/usr/lib32
 
-  ./configure --without-ncurses --libdir=/usr/lib32
-
   make lib{uuid,blkid,mount}.la
 }
 




More information about the arch-commits mailing list