mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
vpnc: move to usr/bin.
This commit is contained in:
parent
a520348f56
commit
8b99e25765
1 changed files with 10 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'vpnc'
|
# Template file for 'vpnc'
|
||||||
pkgname=vpnc
|
pkgname=vpnc
|
||||||
version=0.5.3
|
version=0.5.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
hostmakedepends="perl"
|
||||||
hostmakedepends="libgcrypt-devel perl"
|
|
||||||
makedepends="libgcrypt-devel"
|
makedepends="libgcrypt-devel"
|
||||||
short_desc="Client for cisco vpn concentrator"
|
short_desc="Client for cisco vpn concentrator"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
@ -11,6 +10,14 @@ license="GPL-2"
|
||||||
homepage="https://www.unix-ag.uni-kl.de/~massar/vpnc/"
|
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
|
checksum=46cea3bd02f207c62c7c6f2f22133382602baeda1dc320747809e94881414884
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/vpnc/default.conf
|
/etc/vpnc/default.conf
|
||||||
/etc/vpnc/vpnc-script"
|
/etc/vpnc/vpnc-script"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC=$CC ${makejobs}
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue