stunnel: update to 5.04 and remove localized manpages.

This commit is contained in:
Eivind Uggedal 2014-09-22 11:38:46 +00:00
parent a42d312ee7
commit 1357b03fcb
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'stunnel' # Template file for 'stunnel'
pkgname=stunnel pkgname=stunnel
version=5.03 version=5.04
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr/include" configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr/include"
@ -10,10 +10,8 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="https://www.stunnel.org/" homepage="https://www.stunnel.org/"
distfiles="https://www.stunnel.org/downloads/$pkgname-$version.tar.gz" distfiles="https://www.stunnel.org/downloads/$pkgname-$version.tar.gz"
checksum=9a1e369466fa756e6f48b11480a3338c1fa4717e6472871bf4a3a96c483edd03 checksum=ee9702e073cb8d5940a1310ae171a38d3264f1ce3b087160728bbbcf5710cec1
post_install() { post_install() {
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8 rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
vman doc/stunnel.fr.8
vman doc/stunnel.pl.8
} }