# Template file for 'stunnel' pkgname=stunnel version=5.59 revision=1 build_style=gnu-configure configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr" hostmakedepends="perl" makedepends="openssl-devel" checkdepends="nmap procps-ng iproute2" short_desc="SSL encryption wrapper" maintainer="Toyam Cox " license="GPL-2.0-or-later" homepage="https://www.stunnel.org/" changelog="https://www.stunnel.org/sdf_ChangeLog.html" distfiles="https://www.stunnel.org/downloads/stunnel-${version}.tar.gz" checksum=137776df6be8f1701f1cd590b7779932e123479fb91e5192171c16798815ce9f post_install() { rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8 vsconf tools/stunnel.conf-sample rm -r ${DESTDIR}/etc/stunnel ${DESTDIR}/usr/share/doc/stunnel }