libxml2: Update from 2.9.5 to 2.9.6
[termux-packages] / packages / par2 / build.sh
CommitLineData
e45f625e
OS
1TERMUX_PKG_HOMEPAGE=https://github.com/Parchive/par2cmdline
2TERMUX_PKG_DESCRIPTION="par2cmdline is a PAR 2.0 compatible file verification and repair tool."
f0da97b0
FF
3TERMUX_PKG_VERSION=0.7.3
4TERMUX_PKG_SHA256=3d97992b6d2bf5acc0b07a4e43c70713ac41606fa911e1eea3ac702558561c37
e45f625e
OS
5TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
6TERMUX_PKG_SRCURL=https://github.com/Parchive/par2cmdline/archive/v${TERMUX_PKG_VERSION}.tar.gz
e45f625e
OS
7TERMUX_PKG_BUILD_IN_SRC=yes
8
9termux_step_pre_configure() {
74d8b7b2
FF
10 if [ $TERMUX_ARCH = "i686" ]; then
11 sed -i 's/LDADD = -lstdc++/LDADD = -lstdc++ -latomic/' $TERMUX_PKG_SRCDIR/Makefile.am
12 fi
e45f625e
OS
13 aclocal
14 automake --add-missing
15 autoconf
16}