2014-07-03 22:00:39 +02:00
|
|
|
# Template file for 'stunnel'
|
|
|
|
pkgname=stunnel
|
2015-01-03 22:28:28 +01:00
|
|
|
version=5.09
|
|
|
|
revision=1
|
2014-07-03 22:00:39 +02:00
|
|
|
build_style=gnu-configure
|
2014-12-10 17:55:07 +01:00
|
|
|
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr"
|
2015-01-03 10:56:10 +01:00
|
|
|
makedepends="libressl-devel>=2.1.2"
|
2014-07-03 22:00:39 +02: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-03 22:28:28 +01:00
|
|
|
checksum=87b34a74061861d1edd2ab238c73eb989b3d0a17e44574b7b6ead1a16aae38c8
|
2014-07-03 22:00:39 +02:00
|
|
|
|
|
|
|
post_install() {
|
2014-08-21 21:29:03 +02:00
|
|
|
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
|
2014-12-10 17:55:07 +01:00
|
|
|
vsconf tools/stunnel.conf-sample
|
|
|
|
rm -r ${DESTDIR}/etc/stunnel ${DESTDIR}/usr/share/doc/stunnel
|
2014-07-03 22:00:39 +02:00
|
|
|
}
|