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:
13009b5
)
libtool: Fix dependencies on sed and grep
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 1 Nov 2017 21:38:42 +0000
(22:38 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 1 Nov 2017 21:38:42 +0000
(22:38 +0100)
See #695 and #1740.
packages/libtool/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/libtool/build.sh
b/packages/libtool/build.sh
index 0a4b673c80315d52fecfbcd787384f5b1f8d8fc5..f7cacb5fb6eb3ccfd15ce713e84564f7f2a05418 100644
(file)
--- a/
packages/libtool/build.sh
+++ b/
packages/libtool/build.sh
@@
-1,11
+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_REVISION=
4
+TERMUX_PKG_REVISION=
5
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libtool/libtool-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3
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_DEPENDS="
bash,grep,sed,
libltdl"
TERMUX_PKG_NO_DEVELSPLIT=yes
TERMUX_PKG_CONFLICTS="libtool-dev"
TERMUX_PKG_REPLACES="libtool-dev"
TERMUX_PKG_NO_DEVELSPLIT=yes
TERMUX_PKG_CONFLICTS="libtool-dev"
TERMUX_PKG_REPLACES="libtool-dev"