2014-07-03 20:00:39 +00:00
|
|
|
# Template file for 'stunnel'
|
|
|
|
pkgname=stunnel
|
2014-09-22 11:38:46 +00:00
|
|
|
version=5.04
|
2014-08-21 19:29:03 +00:00
|
|
|
revision=1
|
2014-07-03 20:00:39 +00:00
|
|
|
build_style=gnu-configure
|
2014-07-08 08:59:45 +00:00
|
|
|
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr/include"
|
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/"
|
|
|
|
distfiles="https://www.stunnel.org/downloads/$pkgname-$version.tar.gz"
|
2014-09-22 11:38:46 +00:00
|
|
|
checksum=ee9702e073cb8d5940a1310ae171a38d3264f1ce3b087160728bbbcf5710cec1
|
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-07-03 20:00:39 +00:00
|
|
|
}
|