libtool: Do not split up into libtool-dev
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 16 Oct 2016 11:29:31 +0000 (07:29 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 16 Oct 2016 11:29:31 +0000 (07:29 -0400)
packages/libtool/build.sh

index e41436e..49c1302 100644 (file)
@@ -2,8 +2,11 @@ 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=2
+TERMUX_PKG_BUILD_REVISION=3
 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libtool/libtool-${TERMUX_PKG_VERSION}.tar.gz
+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}