[arch-commits] Commit in lib32-util-linux/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sun Mar 9 12:49:52 UTC 2014
Date: Sunday, March 9, 2014 @ 13:49:52
Author: bpiotrowski
Revision: 106885
archrelease: copy trunk to multilib-x86_64
Added:
lib32-util-linux/repos/multilib-x86_64/PKGBUILD
(from rev 106884, lib32-util-linux/trunk/PKGBUILD)
Deleted:
lib32-util-linux/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-09 12:49:50 UTC (rev 106884)
+++ PKGBUILD 2014-03-09 12:49:52 UTC (rev 106885)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-_pkgbasename=util-linux
-pkgname=lib32-$_pkgbasename
-pkgver=2.24
-pkgrel=1
-pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
-url='http://www.kernel.org/pub/linux/utils/util-linux/'
-arch=('x86_64')
-depends=('lib32-glibc' "$_pkgbasename")
-makedepends=('gcc-multilib')
-provides=('lib32-util-linux-ng')
-conflicts=('lib32-util-linux-ng')
-replaces=('lib32-util-linux-ng')
-license=('GPL2')
-options=('!libtool' '!emptydirs')
-source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v$pkgver/util-linux-$pkgver.tar.xz")
-md5sums=('4fac6443427f575fc5f3531a4ad2ca01')
-
-build() {
- cd "$_pkgbasename-$pkgver"
-
- ./configure \
- CC="${CC:-cc} -m32" \
- PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
- --without-ncurses \
- --libdir=/usr/lib32
-
- make lib{uuid,blkid,mount}.la
-}
-
-package() {
- make -C "$_pkgbasename-$pkgver" \
- DESTDIR="$pkgdir" \
- install-usrlib_execLTLIBRARIES \
- install-pkgconfigDATA
-}
Copied: lib32-util-linux/repos/multilib-x86_64/PKGBUILD (from rev 106884, lib32-util-linux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-03-09 12:49:52 UTC (rev 106885)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+_pkgbasename=util-linux
+pkgname=lib32-$_pkgbasename
+pkgver=2.24.1
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
+url='http://www.kernel.org/pub/linux/utils/util-linux/'
+arch=('x86_64')
+depends=('lib32-glibc' "$_pkgbasename")
+makedepends=('gcc-multilib')
+provides=('lib32-util-linux-ng')
+conflicts=('lib32-util-linux-ng')
+replaces=('lib32-util-linux-ng')
+license=('GPL2')
+options=('!libtool' '!emptydirs')
+source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-$pkgver.tar.xz")
+md5sums=('88d46ae23ca599ac5af9cf96b531590f')
+
+build() {
+ cd "$_pkgbasename-$pkgver"
+
+ ./configure \
+ CC="${CC:-cc} -m32" \
+ PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
+ --without-ncurses \
+ --libdir=/usr/lib32
+
+ make lib{uuid,blkid,mount}.la
+}
+
+package() {
+ make -C "$_pkgbasename-$pkgver" \
+ DESTDIR="$pkgdir" \
+ install-usrlib_execLTLIBRARIES \
+ install-pkgconfigDATA
+}
More information about the arch-commits
mailing list