termux-packages/packages/opusfile/build.sh

16 lines
565 B
Bash
Raw Normal View History

TERMUX_PKG_HOMEPAGE=https://www.opus-codec.org/
TERMUX_PKG_DESCRIPTION="A high-level API for decoding and seeking within .opus files"
2019-01-21 13:53:58 +01:00
TERMUX_PKG_LICENSE="BSD 3-Clause"
2018-09-20 02:25:38 +02:00
TERMUX_PKG_VERSION=0.11
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/xiph/opusfile/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=c2105cffc59545ffc0d2a65069e2f222a1712bbe579911ac0a3d3660edbbec57
TERMUX_PKG_BUILD_IN_SRC=true
2017-03-24 01:18:31 +01:00
TERMUX_PKG_DEPENDS="libopus, libogg"
TERMUX_PKG_BREAKS="opusfile-dev"
TERMUX_PKG_REPLACES="opusfile-dev"
termux_step_pre_configure() {
./autogen.sh
}