vpnc: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-29 11:51:25 +01:00 committed by maxice8
parent d2da68c3b8
commit 207a923598
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -1,24 +1,25 @@
# Template file for 'vpnc'
pkgname=vpnc
version=0.5.3
revision=5
revision=6
hostmakedepends="perl"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=' vpnc'
fi
makedepends="libgcrypt-devel"
depends="net-tools"
short_desc="Client for cisco vpn concentrator"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://www.unix-ag.uni-kl.de/~massar/vpnc/"
distfiles="https://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-$version.tar.gz"
distfiles="https://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${version}.tar.gz"
checksum=46cea3bd02f207c62c7c6f2f22133382602baeda1dc320747809e94881414884
conf_files="
/etc/vpnc/default.conf
/etc/vpnc/vpnc-script"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" vpnc"
fi
do_configure() {
if [ "$CROSS_BUILD" ]; then
sed -i 's%^my \$vpnc = .*;%my \$vpnc = "/usr/bin/vpnc";%' makeman.pl