New package: stunnel-5.02
This commit is contained in:
parent
7a371abbf0
commit
4090a4075d
1 changed files with 19 additions and 0 deletions
19
srcpkgs/stunnel/template
Normal file
19
srcpkgs/stunnel/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'stunnel'
|
||||||
|
pkgname=stunnel
|
||||||
|
version=5.02
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-ipv6"
|
||||||
|
makedepends="openssl-devel"
|
||||||
|
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"
|
||||||
|
checksum=c258b71d7f82bba5b0a4ccc69fbda632f1fefe9108589a92aa1016f33985973e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
|
||||||
|
vman doc/stunnel.fr.8
|
||||||
|
vman doc/stunnel.pl.8
|
||||||
|
}
|
Loading…
Reference in a new issue