void-packages/srcpkgs/stunnel/template
2014-08-21 22:04:53 +02:00

20 lines
603 B
Plaintext

# Template file for 'stunnel'
pkgname=stunnel
version=5.03
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr/include"
makedepends="libressl-devel"
short_desc="SSL encryption wrapper"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="https://www.stunnel.org/"
distfiles="https://www.stunnel.org/downloads/$pkgname-$version.tar.gz"
checksum=9a1e369466fa756e6f48b11480a3338c1fa4717e6472871bf4a3a96c483edd03
post_install() {
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
vman doc/stunnel.fr.8
vman doc/stunnel.pl.8
}