void-packages/srcpkgs/stunnel/template
2014-10-11 23:50:12 +02:00

17 lines
557 B
Text

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