chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
351431c
)
libtool: Correct paths to some binaries
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 4 Feb 2016 14:30:24 +0000
(09:30 -0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 4 Feb 2016 14:30:24 +0000
(09:30 -0500)
packages/libtool/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/libtool/build.sh
b/packages/libtool/build.sh
index 7ce44d47a1a915b159b7e7aa56cd4ba4cc5c79b2..3a5f4fe016e3c684a5987d4f190fd85ffefdfb06 100644
(file)
--- a/
packages/libtool/build.sh
+++ b/
packages/libtool/build.sh
@@
-1,4
+1,10
@@
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_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_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_SRCURL=http://ftpmirror.gnu.org/libtool/libtool-${TERMUX_PKG_VERSION}.tar.gz
+
+termux_step_post_make_install () {
+ perl -p -i -e "s|\"/bin/|\"$TERMUX_PREFIX/bin/|" $TERMUX_PREFIX/bin/{libtool,libtoolize}
+}