2014-07-03 20:00:39 +00:00
|
|
|
# Template file for 'stunnel'
|
|
|
|
pkgname=stunnel
|
2014-12-10 16:55:07 +00:00
|
|
|
version=5.08
|
2014-08-21 19:29:03 +00:00
|
|
|
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"
|
2014-07-14 11:01:52 +00:00
|
|
|
makedepends="libressl-devel"
|
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/"
|
2014-10-31 14:27:14 +00:00
|
|
|
update_site="https://www.stunnel.org/downloads.html"
|
|
|
|
update_ignore="*b*"
|
2014-07-03 20:00:39 +00:00
|
|
|
distfiles="https://www.stunnel.org/downloads/$pkgname-$version.tar.gz"
|
2014-12-10 16:55:07 +00:00
|
|
|
checksum=830b21d24cd237e96f4d7993be43553d4eba4d3cfa2660faa78dec8d41d314fc
|
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
|
|
|
}
|