jobcore/libtool/PKGBUILD

99 lines
2.9 KiB
Text
Raw Normal View History

2022-03-20 13:19:37 +01:00
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
2022-03-20 13:19:37 +01:00
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
2022-03-20 13:19:37 +01:00
#-----------------------------------------| DESCRIPTION |---------------------------------------
# toolchain build order: linux-api-headers->glibc->binutils->gcc->libtool->glibc->binutils->gcc
# NOTE: libtool requires rebuilt with each new gcc version
2022-03-20 13:19:37 +01:00
pkgname=libtool
2024-07-26 18:40:01 +02:00
pkgver=2.5.1
_commit=1354176bbbc939a7d07a0dcf9b2d92e2ac6bcfef
2024-08-09 10:48:00 +02:00
pkgrel=02
2024-08-06 18:50:37 +02:00
_gccver=14.2.1
2022-03-20 13:19:37 +01:00
pkgdesc='A generic library support script'
url='https://www.gnu.org/software/libtool'
groups=(jobbot)
2022-03-20 13:19:37 +01:00
depends=(sh tar glibc)
makedepends=("gcc>=$_gccver" git help2man automake autoconf)
checkdepends=(gcc-fortran)
provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
conflicts=(libltdl libtool-multilib)
replaces=(libltdl libtool-multilib)
# options=(debug) # uncomment to have the libtool-debug pkg built
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
disable-lto-link-order2.patch)
2022-03-20 13:19:37 +01:00
pkgver() {
cd libtool
git describe --tags | sed 's/-/+/g;s/^v//'
}
prepare() {
cd libtool
# test 67 is broken with lto
# this patch removes the -flto flag for this very test
# adapt when -ffat-lto-objects is enabled by Arch
patch -Np1 -i "${srcdir}"/disable-lto-link-order2.patch
2022-03-20 13:19:37 +01:00
git submodule init
2023-01-22 17:59:52 +01:00
git config --local submodule.gnulib.url "${srcdir}"/gnulib
git config --local submodule.gl-mod/bootstrap.url "${srcdir}"/gnulib-bootstrap
git -c protocol.file.allow=always submodule update
2022-03-20 13:19:37 +01:00
./bootstrap
}
build() {
cd libtool
./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib /usr/lib32"
make
}
2024-06-19 21:42:43 +02:00
# # 2.5.0+14+g9a4a0261
#170: Use -no-canonical-prefixes flag ok
#
## ------------- ##
## Test results. ##
## ------------- ##
#
#ERROR: 150 tests were run,
#7 failed (5 expected failures).
#20 tests were skipped.
2022-03-20 13:19:37 +01:00
check() {
cd libtool
make check gl_public_submodule_commit=
}
package() {
cd libtool
make DESTDIR="$pkgdir" install
}
2023-07-17 02:41:21 +02:00
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
2022-03-20 13:19:37 +01:00
2024-05-14 20:04:55 +02:00
license=('LGPL-2.0-or-later WITH Libtool-exception')
2022-03-20 13:19:37 +01:00
2024-07-26 18:40:01 +02:00
b2sums=('3c5daaa5e6f685284330a9fe91bb518dbe367edca66e7702a0b6791418f9d73c0d3f4c56529079d3fe8d52125dcf98c71ada43c1799ba84df35989b56d8a20d8'
'SKIP'
'SKIP'
'9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff')
2024-07-26 18:40:01 +02:00
sha256sums=(1dd9bdb15a1576cbe9245b2fa68710a6d8f63be78b787e678cc7b5cd3e20e45d # libtool
2022-03-20 13:19:37 +01:00
SKIP
SKIP
b6dce6681f223b18a90614edbcdeb00f228abd1216e22c4bd07285321cd2ceb7) # disable-lto-link-order2.patch
2024-08-09 10:48:00 +02:00
2024-08-06 18:50:37 +02:00
## 26d3f06fe3858db0d9959b3737a7ffb38529ee43a0bed04762736db818c22082 libtool-2.5.1-01-x86_64.pkg.tar.lz
2024-08-09 10:48:00 +02:00
##
##