1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 10:07:08 +00:00
termux-packages/disabled-packages/fcgi/build.sh
Leonid Pliushch 1348d90f23 disable package: fcgi
Project seems dead, available only in archives.
2020-06-22 14:55:07 +03:00

19 lines
627 B
Bash

TERMUX_PKG_HOMEPAGE=http://www.fastcgi.com/
TERMUX_PKG_DESCRIPTION="A language independent, high performant extension to CGI"
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE_FILE="LICENSE.TERMS"
TERMUX_PKG_VERSION=2.4.2
TERMUX_PKG_SRCURL=https://github.com/FastCGI-Archives/fcgi2/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc
TERMUX_PKG_BREAKS="fcgi-dev"
TERMUX_PKG_REPLACES="fcgi-dev"
termux_step_pre_configure() {
libtoolize --automake --copy --force
aclocal
autoheader
automake --add-missing --force-missing --copy
autoconf
export LIBS="-lm"
}