void-packages/srcpkgs/stunnel/template
2015-01-15 11:16:49 +00:00

19 lines
653 B
Text

# Template file for 'stunnel'
pkgname=stunnel
version=5.09
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr"
makedepends="libressl-devel>=2.1.2"
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=87b34a74061861d1edd2ab238c73eb989b3d0a17e44574b7b6ead1a16aae38c8
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
}