16 lines
516 B
Bash
16 lines
516 B
Bash
# Template file for 'vpnc-scripts'
|
|
pkgname=vpnc-scripts
|
|
version=20161215
|
|
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=31651490426279d7e8d4139cb7ff88093f7835702be2f42ef1d59df70496897c
|
|
|
|
do_install() {
|
|
vinstall vpnc-script 755 usr/libexec/vpnc-scripts
|
|
}
|