void-packages/srcpkgs/stunnel/template

21 lines
660 B
Bash
Raw Normal View History

2014-07-03 20:00:39 +00:00
# Template file for 'stunnel'
pkgname=stunnel
2015-04-30 09:08:54 +00:00
version=5.17
2015-05-16 15:05:01 +00:00
revision=2
2014-07-03 20:00:39 +00:00
build_style=gnu-configure
2015-03-12 09:45:07 +00:00
build_pie=yes
2014-12-10 16:55:07 +00:00
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr"
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"
2015-04-30 09:08:54 +00:00
checksum=c3e79e582621a0827125e35e1c00450190104fc02dc3c5274cb02b05859fd472
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
}