vpnc: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-03 09:57:18 +02:00
parent a520348f56
commit 8b99e25765
1 changed files with 10 additions and 3 deletions

View File

@ -1,9 +1,8 @@
# Template file for 'vpnc'
pkgname=vpnc
version=0.5.3
revision=1
build_style=gnu-makefile
hostmakedepends="libgcrypt-devel perl"
revision=2
hostmakedepends="perl"
makedepends="libgcrypt-devel"
short_desc="Client for cisco vpn concentrator"
maintainer="Enno Boland <eb@s01.de>"
@ -11,6 +10,14 @@ license="GPL-2"
homepage="https://www.unix-ag.uni-kl.de/~massar/vpnc/"
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"
do_build() {
make CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
}