vp-build/srcpkgs/stunnel/template
2014-10-31 15:27:14 +01:00

20 lines
630 B
Plaintext

# Template file for 'stunnel'
pkgname=stunnel
version=5.06
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/"
update_site="https://www.stunnel.org/downloads.html"
update_ignore="*b*"
distfiles="https://www.stunnel.org/downloads/$pkgname-$version.tar.gz"
checksum=098c2b6db0793ea4fa5b6767ce6ef1853e9f6cc2f32133024be55f6a460b1a40
post_install() {
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
}