# Compiling Time: 1.00 SBU
# Maintainer: DeX77 <dex77@frugalware.org>

pkgname=shellinabox
pkgver=2.20
pkgrel=4
pkgdesc='Implements a web server that can export arbitrary command line tools to a web based terminal emulator.'
groups=('network-extra')
archs=('x86_64')
depends=('zlib>=1.2.12')
_F_github_tag_v=y
_Fbuild_autoreconf=y
Finclude github

replaces=('ajaxterm')
provides=("${replaces[@]}")
conflicts=("${replaces[@]}")

sha1sums=('2369fcfd42a3666237480f150370f90a5a7693ed')

build() {
	export LIBS="-lssl -lcrypto"
	Fbuild
}

# optimization OK
