ncftp: Depend on resolv-conf

This commit is contained in:
Tee KOBAYASHI 2023-01-08 06:42:45 +09:00 committed by xtkoba
parent 1af6fe4aba
commit 5f68ffaa70
1 changed files with 2 additions and 1 deletions

View File

@ -5,9 +5,10 @@ TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE_FILE="doc/LICENSE.txt"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.2.6
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://www.ncftp.com/downloads/ncftp/ncftp-${TERMUX_PKG_VERSION}-src.tar.xz
TERMUX_PKG_SHA256=5f200687c05d0807690d9fb770327b226f02dd86155b49e750853fce4e31098d
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_DEPENDS="ncurses, resolv-conf"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {