21 lines
667 B
Plaintext
21 lines
667 B
Plaintext
# Template file for 'stunnel'
|
|
pkgname=stunnel
|
|
version=5.11
|
|
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=71a8bc37e58e34509b0267ade02292994c7a127f14d6e5ba03081db695edff8c
|
|
|
|
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
|
|
}
|