16 lines
516 B
Bash
16 lines
516 B
Bash
# Template file for 'vpnc-scripts'
|
|
pkgname=vpnc-scripts
|
|
version=20171005
|
|
revision=1
|
|
noarch=yes
|
|
short_desc="Network configuration scripts for VPNC and OpenConnect"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.infradead.org/openconnect/vpnc-script.html"
|
|
distfiles="ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=5daec557ce8a011e627271defe021b4d7dd9534f77919082650a5d1d7c21c690
|
|
|
|
do_install() {
|
|
vinstall vpnc-script 755 usr/libexec/vpnc-scripts
|
|
}
|