void-packages/srcpkgs/stunnel/template
2021-04-13 10:40:57 -05:00

23 lines
764 B
Bash

# 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 <Vaelatern@voidlinux.org>"
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
}