0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-10 02:31:48 +00:00
Files
termux-packages/x11-packages/1oom/build.sh
Termux Github Actions 15356f136b bump(x11/1oom): 1.11.3
This commit has been automatically submitted by Github Actions.
2025-04-27 18:24:41 +00:00

28 lines
884 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/1oom-fork/1oom
TERMUX_PKG_DESCRIPTION="A Master of Orion (1993) game engine recreation"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.11.3"
TERMUX_PKG_SRCURL=https://github.com/1oom-fork/1oom/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=00914fad3acc0daefdf32c4b309ec8b8bd7534192b75fbfddcaa7ac0047ba8ac
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_REGEXP='\d+\.\d+(\.\d+)?'
TERMUX_PKG_DEPENDS="libandroid-shmem, libsamplerate, libx11, libxext, readline"
TERMUX_PKG_BUILD_DEPENDS="xorgproto"
TERMUX_PKG_GROUPS="games"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-static
--disable-uiclassic
--disable-hwsdl1
--disable-hwsdl1audio
--disable-hwsdl1gl
--disable-hwsdl2
--disable-hwsdl2audio
--disable-hwalleg4
"
termux_step_pre_configure() {
autoreconf -fi
LIBS='-landroid-shmem'
}