void-packages/srcpkgs/stunnel/template

20 lines
603 B
Plaintext
Raw Normal View History

2014-07-03 22:00:39 +02:00
# Template file for 'stunnel'
pkgname=stunnel
2014-08-21 21:29:03 +02:00
version=5.03
revision=1
2014-07-03 22:00:39 +02:00
build_style=gnu-configure
2014-07-08 10:59:45 +02:00
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr/include"
2014-07-14 13:01:52 +02:00
makedepends="libressl-devel"
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"
2014-08-21 21:29:03 +02:00
checksum=9a1e369466fa756e6f48b11480a3338c1fa4717e6472871bf4a3a96c483edd03
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
vman doc/stunnel.fr.8
vman doc/stunnel.pl.8
2014-07-03 22:00:39 +02:00
}