20 lines
612 B
Plaintext
20 lines
612 B
Plaintext
# Template file for 'stunnel'
|
|
pkgname=stunnel
|
|
version=5.02
|
|
revision=2
|
|
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=c258b71d7f82bba5b0a4ccc69fbda632f1fefe9108589a92aa1016f33985973e
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
|
|
vman doc/stunnel.fr.8
|
|
vman doc/stunnel.pl.8
|
|
}
|