[arch-commits] Commit in libtool/repos (3 files)
Allan McRae
allan at archlinux.org
Thu May 13 05:55:52 UTC 2021
Date: Thursday, May 13, 2021 @ 05:55:52
Author: allan
Revision: 415120
archrelease: copy trunk to staging-x86_64
Added:
libtool/repos/staging-x86_64/
libtool/repos/staging-x86_64/PKGBUILD
(from rev 415119, libtool/trunk/PKGBUILD)
libtool/repos/staging-x86_64/no_hostname.patch
(from rev 415119, libtool/trunk/no_hostname.patch)
-------------------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
no_hostname.patch | 12 +++++++++
2 files changed, 76 insertions(+)
Copied: libtool/repos/staging-x86_64/PKGBUILD (from rev 415119, libtool/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-05-13 05:55:52 UTC (rev 415120)
@@ -0,0 +1,64 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.6+42+gb88cebd5
+pkgrel=16
+_gccver=11.1.0
+pkgdesc='A generic library support script'
+arch=(x86_64)
+url='https://www.gnu.org/software/libtool'
+license=(GPL)
+groups=(base-devel)
+depends=(sh tar glibc)
+makedepends=("gcc>=$_gccver" git help2man)
+checkdepends=(gcc-fortran)
+provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
+conflicts=(libltdl libtool-multilib)
+replaces=(libltdl libtool-multilib)
+_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
+ no_hostname.patch)
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ '693aabb24a6e7ce21fe0b5d14394e19edcb8476663b5afa4463f9fa0df24d946')
+
+pkgver() {
+ cd libtool
+ git describe --tags | sed 's/-/+/g;s/^v//'
+}
+
+prepare() {
+ cd libtool
+
+ patch -Np1 -i ${srcdir}/no_hostname.patch
+
+ 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() {
+ cd libtool
+ ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib /usr/lib32"
+ make
+}
+
+check() {
+ cd libtool
+ make check gl_public_submodule_commit=
+}
+
+package() {
+ cd libtool
+ make DESTDIR="$pkgdir" install
+}
Copied: libtool/repos/staging-x86_64/no_hostname.patch (from rev 415119, libtool/trunk/no_hostname.patch)
===================================================================
--- staging-x86_64/no_hostname.patch (rev 0)
+++ staging-x86_64/no_hostname.patch 2021-05-13 05:55:52 UTC (rev 415120)
@@ -0,0 +1,12 @@
+Index: libtool-2.4.6/m4/libtool.m4
+===================================================================
+--- libtool-2.4.6.orig/m4/libtool.m4
++++ libtool-2.4.6/m4/libtool.m4
+@@ -728,7 +728,6 @@ _LT_CONFIG_SAVE_COMMANDS([
+ cat <<_LT_EOF >> "$cfgfile"
+ #! $SHELL
+ # Generated automatically by $as_me ($PACKAGE) $VERSION
+-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+ # NOTE: Changes made to this file will be lost: look at ltmain.sh.
+
+ # Provide generalized library-building support services.
More information about the arch-commits
mailing list