1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-12 17:56:44 +00:00
termux-packages/packages/libsoxr/build.sh
Tee KOBAYASHI 6d4178eb4b libsoxr: Rebuild with NDK r23b
to stop leaking builtin functions out of shared libraries.
2022-03-21 01:02:16 +09:00

21 lines
622 B
Bash

TERMUX_PKG_HOMEPAGE=https://sourceforge.net/projects/soxr/
TERMUX_PKG_DESCRIPTION="High quality, one-dimensional sample-rate conversion library"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.1.3
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://sourceforge.net/projects/soxr/files/soxr-$TERMUX_PKG_VERSION-Source.tar.xz
TERMUX_PKG_SHA256=b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889
TERMUX_PKG_BREAKS="libsoxr-dev"
TERMUX_PKG_REPLACES="libsoxr-dev"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_configure() {
return 0
}
termux_step_make() {
termux_setup_cmake
./go
}