[arch-commits] Commit in boost1.69/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Fri Oct 4 15:25:00 UTC 2019
Date: Friday, October 4, 2019 @ 15:25:00
Author: foutrelis
Revision: 363776
upgpkg: boost1.69 1.69.0-2
Ship libboost_*.so symlinks as part of boost1.69.
Modified:
boost1.69/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-04 15:24:19 UTC (rev 363775)
+++ PKGBUILD 2019-10-04 15:25:00 UTC (rev 363776)
@@ -13,7 +13,7 @@
pkgname=('boost1.69-libs' 'boost1.69')
pkgver=1.69.0
_boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
url='https://www.boost.org/'
arch=('x86_64')
license=('custom')
@@ -108,6 +108,7 @@
install -d "${pkgdir}"/usr/lib
cp -a "${_stagedir}"/lib/*.a "${pkgdir}"/usr/lib/
+ cp -a "${_stagedir}"/lib/libboost_*.so "${pkgdir}"/usr/lib/
install -Dm644 "${srcdir}/"boost_${_boostver}/LICENSE_1_0.txt \
"${pkgdir}"/usr/share/licenses/boost1.69/LICENSE_1_0.txt
@@ -129,7 +130,7 @@
cp -a "${_stagedir}"/python3/lib/libboost_* "${pkgdir}"/usr/lib
rm "${pkgdir}"/usr/lib/*.a
- # remove files conflicting with boost-libs
+ # remove library symlinks shipped in boost1.69 / conflicting with boost-libs
rm "${pkgdir}"/usr/lib/libboost_*.so
install -Dm644 "${srcdir}/"boost_${_boostver}/LICENSE_1_0.txt \
More information about the arch-commits
mailing list