You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TERMUX_PKG_VERSION = 4.0.4
TERMUX_PKG_SRCURL = http://rephial.org/downloads/4.0/angband-${ TERMUX_PKG_VERSION } .tar.gz
TERMUX_PKG_HOMEPAGE = http://rephial.org/
TERMUX_PKG_DESCRIPTION = "Dungeon exploration game where you play an adventurer seeking riches, fighting monsters and preparing for a final battle with Morgoth, the Lord of Darkness"
TERMUX_PKG_DEPENDS = "libandroid-support, ncurses"
TERMUX_PKG_BUILD_IN_SRC = yes
TERMUX_PKG_EXTRA_CONFIGURE_ARGS = " --disable-x11 --bindir= $TERMUX_PREFIX /bin --sysconfdir= $TERMUX_PREFIX /share/angband "
TERMUX_PKG_RM_AFTER_INSTALL = "share/angband/xtra"
termux_step_pre_configure ( ) {
./autogen.sh
perl -p -i -e 's|ncursesw5-config|ncursesw6-config|g' configure
}
termux_step_post_make_install ( ) {
rm -Rf $TERMUX_PREFIX /share/angband/{ fonts,sounds}
}