gdk-pixbuf: Update from 2.36.2 to 2.36.4
[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."
3TERMUX_PKG_VERSION=0.6.13
4TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
5TERMUX_PKG_SRCURL=https://github.com/Parchive/par2cmdline/archive/v${TERMUX_PKG_VERSION}.tar.gz
6TERMUX_PKG_FOLDERNAME=par2cmdline-$TERMUX_PKG_VERSION
7TERMUX_PKG_BUILD_IN_SRC=yes
8
9termux_step_pre_configure() {
10 aclocal
11 automake --add-missing
12 autoconf
13}