libnghttp2: Update from 1.19.0 to 1.20.0
[termux-packages] / packages / libgnustl / build.sh
... / ...
CommitLineData
1TERMUX_PKG_HOMEPAGE=http://gcc.gnu.org/onlinedocs/libstdc++/
2TERMUX_PKG_DESCRIPTION="The GNU Standard C++ Library (a.k.a. libstdc++-v3), necessary on android since the system libstdc++.so is stripped down"
3TERMUX_PKG_VERSION=$TERMUX_NDK_VERSION
4# Since every C++ package links against this by default (due
5# to the libstdc++.so -> libgnustl_shared.so setup in
6# build-package.sh) this package is considered essential,
7# and other packages does not need to declare explicit
8# dependency on it.
9TERMUX_PKG_ESSENTIAL=yes
10
11termux_step_make_install () {
12 # Just bump timestamp to have it packaged.
13 touch $TERMUX_PREFIX/lib/libgnustl_shared.so
14}