void-packages/srcpkgs/stunnel/template

20 lines
653 B
Text
Raw Normal View History

2014-07-03 20:00:39 +00:00
# Template file for 'stunnel'
pkgname=stunnel
2015-01-23 11:04:21 +00:00
version=5.10
revision=1
2014-07-03 20:00:39 +00:00
build_style=gnu-configure
2014-12-10 16:55:07 +00:00
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr"
makedepends="libressl-devel>=2.1.3"
2014-07-03 20:00:39 +00:00
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"
2015-01-23 11:04:21 +00:00
checksum=032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23
2014-07-03 20:00:39 +00:00
post_install() {
2014-08-21 19:29:03 +00:00
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
2014-12-10 16:55:07 +00:00
vsconf tools/stunnel.conf-sample
rm -r ${DESTDIR}/etc/stunnel ${DESTDIR}/usr/share/doc/stunnel
2014-07-03 20:00:39 +00:00
}