void-packages/srcpkgs/stunnel/template
2014-10-16 15:24:44 +02:00

18 lines
557 B
Text

# Template file for 'stunnel'
pkgname=stunnel
version=5.06
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=098c2b6db0793ea4fa5b6767ce6ef1853e9f6cc2f32133024be55f6a460b1a40
post_install() {
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
}