X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/3a19b11880a7734a414f6c4f572426fedbc5d591..13009b5d012c89b58c87b5f43058461d281ef377:/packages/libtool/build.sh diff --git a/packages/libtool/build.sh b/packages/libtool/build.sh index 3a5f4fe0..0a4b673c 100644 --- a/packages/libtool/build.sh +++ b/packages/libtool/build.sh @@ -2,8 +2,13 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libtool/ TERMUX_PKG_DESCRIPTION="Generic library support script hiding the complexity of using shared libraries behind a consistent, portable interface" TERMUX_PKG_DEPENDS="bash,grep,sed" TERMUX_PKG_VERSION=2.4.6 -TERMUX_PKG_BUILD_REVISION=1 -TERMUX_PKG_SRCURL=http://ftpmirror.gnu.org/libtool/libtool-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_REVISION=4 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libtool/libtool-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3 +TERMUX_PKG_DEPENDS="libltdl" +TERMUX_PKG_NO_DEVELSPLIT=yes +TERMUX_PKG_CONFLICTS="libtool-dev" +TERMUX_PKG_REPLACES="libtool-dev" termux_step_post_make_install () { perl -p -i -e "s|\"/bin/|\"$TERMUX_PREFIX/bin/|" $TERMUX_PREFIX/bin/{libtool,libtoolize}