From 7c5e2cda769413c52830744dc2aa71ec38281dfd Mon Sep 17 00:00:00 2001 From: Yonle <63401712+Yonle@users.noreply.github.com> Date: Tue, 14 Sep 2021 19:05:15 +0700 Subject: [PATCH] new package: fluidsynth (#7527) --- packages/fluidsynth/build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/fluidsynth/build.sh diff --git a/packages/fluidsynth/build.sh b/packages/fluidsynth/build.sh new file mode 100644 index 0000000000..25ad76ab69 --- /dev/null +++ b/packages/fluidsynth/build.sh @@ -0,0 +1,10 @@ +TERMUX_PKG_HOMEPAGE=https://github.com/FluidSynth/fluidsynth +TERMUX_PKG_DESCRIPTION="Software synthesizer based on the SoundFont 2 specifications" +TERMUX_PKG_LICENSE="LGPL-2.1" +TERMUX_PKG_MAINTAINER="@yonle " +TERMUX_PKG_VERSION=2.2.3 +TERMUX_PKG_SRCURL=https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=b31807cb0f88e97f3096e2b378c9815a6acfdc20b0b14f97936d905b536965c4 +TERMUX_PKG_DEPENDS="glib, pulseaudio" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DLIB_INSTALL_DIR=${TERMUX_PREFIX}/lib" +