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.
18 lines
734 B
18 lines
734 B
##
|
|
## NOTE: script 'fetchmailconf' uses TkInter which is not available
|
|
## in Termux variant of python2.
|
|
##
|
|
TERMUX_PKG_HOMEPAGE=http://www.fetchmail.info/
|
|
TERMUX_PKG_DESCRIPTION="A remote-mail retrieval utility"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
|
|
TERMUX_PKG_VERSION=6.4.1
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://sourceforge.net/projects/fetchmail/files/branch_${TERMUX_PKG_VERSION:0:3}/fetchmail-$TERMUX_PKG_VERSION.tar.xz
|
|
TERMUX_PKG_SHA256=3f33f11dd08c3e8cc3e9d18eec686b1626d4818f4d5a72791507bbc4dce6a9a0
|
|
TERMUX_PKG_DEPENDS="libcrypt, openssl"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ssl=$TERMUX_PREFIX"
|
|
|
|
termux_step_pre_configure() {
|
|
export LIBS="-llog"
|
|
}
|
|
|