1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 11:47:07 +00:00

boost: Do not change the build id

This commit is contained in:
Fredrik Fornwall 2018-01-06 20:14:46 +01:00
parent 1351d7b3e9
commit ab05a21040
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://boost.org
TERMUX_PKG_DESCRIPTION="Free peer-reviewed portable C++ source libraries"
TERMUX_PKG_VERSION=1.65.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81
TERMUX_PKG_SRCURL=https://sourceforge.net/projects/boost/files/boost/${TERMUX_PKG_VERSION}/boost_${TERMUX_PKG_VERSION//./_}.tar.bz2
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_DEPENDS="libbz2, liblzma"
TERMUX_PKG_REVISION=1
termux_step_make_install() {
rm $TERMUX_PREFIX/lib/libboost* -f
rm $TERMUX_PREFIX/include/boost -rf
@ -24,7 +25,6 @@ termux_step_make_install() {
--without-coroutine \
--without-context \
--without-log \
--buildid=3 \
--disable-icu \
cxxflags="$CXXFLAGS" \
link=shared \

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="lib/libboost_python-3.so.1.65.1 libboost_python-3.so"
TERMUX_SUBPKG_INCLUDE="lib/libboost_python*"
TERMUX_SUBPKG_DESCRIPTION="Boost.Python Library"
TERMUX_SUBPKG_DEPENDS="python, boost"