[arch-commits] Commit in lib32-libltdl/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Feb 15 17:28:13 UTC 2019


    Date: Friday, February 15, 2019 @ 17:28:12
  Author: heftig
Revision: 432824

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libltdl/repos/multilib-x86_64/PKGBUILD
    (from rev 432822, lib32-libltdl/trunk/PKGBUILD)
Deleted:
  lib32-libltdl/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  113 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 62 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-15 17:28:05 UTC (rev 432823)
+++ PKGBUILD	2019-02-15 17:28:12 UTC (rev 432824)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-# NOTE: requires rebuilt with each new gcc version
-
-pkgname=lib32-libltdl
-pkgver=2.4.6+40+g6ca5e224
-pkgrel=4
-pkgdesc='A generic library support script (32-bit)'
-arch=(x86_64)
-url='http://www.gnu.org/software/libtool'
-license=(GPL)
-groups=(multilib-devel)
-depends=(sh tar lib32-glibc libtool)
-makedepends=(gcc-multilib git help2man)
-provides=("lib32-libtool=$pkgver")
-conflicts=('lib32-libtool')
-replaces=('lib32-libtool')
-_commit=6ca5e224bc7bcc114a9ba2cf5dcf0fbf0ec40c9f
-source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit)
-md5sums=('SKIP')
-
-
-pkgver() {
-  cd libtool
-  git describe --tags | sed 's/-/+/g;s/^v//'
-}
-
-prepare() {
-  cd libtool
-  ./bootstrap
-}
-
-build() {
-  cd libtool
-  export CC="gcc -m32" CXX="g++ -m32"
-  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib /usr/lib32" --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd libtool
-  make check || :
-}
-
-package() {
-  cd libtool
-  make DESTDIR="$pkgdir" install-libLTLIBRARIES
-}

Copied: lib32-libltdl/repos/multilib-x86_64/PKGBUILD (from rev 432822, lib32-libltdl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-15 17:28:12 UTC (rev 432824)
@@ -0,0 +1,62 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=lib32-libltdl
+pkgver=2.4.6+42+gb88cebd5
+pkgrel=1
+_gccver=8.2.1
+pkgdesc='A generic library support script (32-bit)'
+arch=(x86_64)
+url='https://www.gnu.org/software/libtool'
+license=(GPL)
+groups=(multilib-devel)
+depends=(sh tar lib32-glibc libtool)
+makedepends=("gcc>=$_gccver" git help2man)
+checkdepends=(gcc-fortran)
+provides=("lib32-libtool=$pkgver")
+conflicts=('lib32-libtool')
+replaces=('lib32-libtool')
+_commit=b88cebd510add4420dd8f5367e3cc6e6e1f267cd
+source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
+        git+https://git.savannah.gnu.org/git/gnulib.git
+        gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git)
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP')
+
+pkgver() {
+  cd libtool
+  git describe --tags | sed 's/-/+/g;s/^v//'
+}
+
+prepare() {
+  cd libtool
+
+  git submodule init
+  git config --local submodule.gnulib.url "$srcdir/gnulib"
+  git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
+  git submodule update
+
+  ./bootstrap
+}
+
+build() {
+  export CC="gcc -m32" CXX="g++ -m32"
+
+  cd libtool
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib /usr/lib32" --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd libtool
+  make check gl_public_submodule_commit= || :
+}
+
+package() {
+  cd libtool
+  make DESTDIR="$pkgdir" install-libLTLIBRARIES
+}



More information about the arch-commits mailing list