gstreamer: Update from 1.12.3 to 1.14.0
[termux-packages] / packages / argp / build.sh
CommitLineData
9c9ffc2f
FF
1TERMUX_PKG_HOMEPAGE=https://www.lysator.liu.se/~nisse/misc/
2TERMUX_PKG_DESCRIPTION="Standalone version of arguments parsing functions from GLIBC"
3TERMUX_PKG_VERSION=1.3
4TERMUX_PKG_SHA256=dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be
5TERMUX_PKG_SRCURL=https://www.lysator.liu.se/~nisse/misc/argp-standalone-$TERMUX_PKG_VERSION.tar.gz
6TERMUX_PKG_KEEP_STATIC_LIBRARIES=true
7TERMUX_PKG_NO_DEVELSPLIT=true
8
9termux_step_post_make_install() {
10 cp libargp.a $TERMUX_PREFIX/lib
11 cp $TERMUX_PKG_SRCDIR/argp.h $TERMUX_PREFIX/include
12}