void-packages/srcpkgs/stunnel/template
2015-03-21 14:41:13 +01:00

20 lines
667 B
Bash

# Template file for 'stunnel'
pkgname=stunnel
version=5.13
revision=1
build_style=gnu-configure
build_pie=yes
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr"
makedepends="libressl-devel>=2.1.4"
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=71b4efb3814ec298124ec78386d756ee2cba9c999e7f9571bb8abcef317f04b5
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
}