cornucopia: bump SRCREV
[openembedded.git] / recipes / vpnc / vpnc.inc
blob43af4f33816f2a1c74a01ea54ab189b14620f6dc
1 DESCRIPTION = "A client for the Cisco3000 VPN Concentrator"
2 HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/"
3 AUTHOR = "Maurice Massar vpnc@unix-ag.uni-kl.de"
4 SECTION = "console/network"
5 PRIORITY = "optional"
6 LICENSE = "GPL"
7 DEPENDS = "libgcrypt"
8 RDEPENDS_${PN} = "kernel-module-tun"
10 CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
11 LDFLAGS_append = " -lgcrypt -lgpg-error"
13 do_install () {
14         sed -i s:m600:m\ 600:g Makefile 
15         oe_runmake 'DESTDIR=${D}' 'PREFIX=/usr' install
16         rm -f ${D}${sysconfdir}/vpnc/vpnc.conf #This file is useless
17         install ${WORKDIR}/default.conf ${D}${sysconfdir}/vpnc/default.conf
20 CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf"