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.
10 lines
445 B
10 lines
445 B
TERMUX_PKG_HOMEPAGE=http://www.harding.motd.ca/autossh/
|
|
TERMUX_PKG_DESCRIPTION="Automatically restart SSH sessions and tunnels"
|
|
TERMUX_PKG_VERSION=1.4e
|
|
TERMUX_PKG_SRCURL=http://www.harding.motd.ca/autossh/autossh-${TERMUX_PKG_VERSION}.tgz
|
|
TERMUX_PKG_BUILD_IN_SRC="yes"
|
|
TERMUX_PKG_DEPENDS="openssh"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man ac_cv_path_ssh=$TERMUX_PREFIX/bin/ssh"
|
|
|
|
# For syslog logging:
|
|
LDFLAGS+=" -llog"
|
|
|