cmake: Update from 3.9.5 to 3.9.6
[termux-packages] / packages / opusfile / build.sh
CommitLineData
0209a40e
AK
1TERMUX_PKG_HOMEPAGE=https://www.opus-codec.org/
2TERMUX_PKG_DESCRIPTION="A high-level API for decoding and seeking within .opus files"
b39f3116 3TERMUX_PKG_VERSION=0.9
33a479f2
S
4TERMUX_PKG_SHA256=63b52a975c5ec90026e00de99712fc1244abc40d396a20a22060671465e2ed4e
5TERMUX_PKG_SRCURL=https://github.com/xiph/opusfile/archive/v${TERMUX_PKG_VERSION}.tar.gz
6TERMUX_PKG_BUILD_IN_SRC=yes
7a386738 7TERMUX_PKG_DEPENDS="libopus, libogg"
33a479f2
S
8
9termux_step_pre_configure() {
10 ./autogen.sh
11}