mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
d7baf6b5ad
This commit has been automatically submitted by Github Actions.
23 lines
798 B
Bash
23 lines
798 B
Bash
TERMUX_PKG_HOMEPAGE=https://schismtracker.org/
|
|
TERMUX_PKG_DESCRIPTION="A free and open-source reimplementation of Impulse Tracker, a program used to create high quality music"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="20241021"
|
|
TERMUX_PKG_SRCURL=https://github.com/schismtracker/schismtracker/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=9615aeb37a29867306b92008c4579be185871ac0156009ce64be406b777b8f5d
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libflac, libx11, libxv, sdl2, utf8proc"
|
|
TERMUX_PKG_BUILD_DEPENDS="xorgproto"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
ac_cv_prog_WINDRES=
|
|
ac_cv_prog_ac_ct_WINDRES=
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -fi -I$TERMUX_PREFIX/share/aclocal
|
|
}
|
|
|
|
termux_step_post_configure() {
|
|
mkdir -p auto
|
|
}
|