diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-16 07:49:40 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-16 07:49:40 +0000 |
commit | a9a6274dfaf268077ae5431894e45eee49d69238 (patch) | |
tree | fb9f2ccb5b5451ec928764ac8a5f4a131518f730 /packages/vpnc/vpnc.inc | |
parent | 2fe2b992b04ccdbefe9ec3ee64b73a5cfa8d2662 (diff) |
vpnc: add 0.5.1, unify
* 0.5.1: patch makeman.pl which calls crosscompiled vpnc binary
* verified vpnc-script.patch (0.3.3) has been fixed upstream in 0.5.1
Diffstat (limited to 'packages/vpnc/vpnc.inc')
-rw-r--r-- | packages/vpnc/vpnc.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/vpnc/vpnc.inc b/packages/vpnc/vpnc.inc new file mode 100644 index 0000000000..4ca82eb47d --- /dev/null +++ b/packages/vpnc/vpnc.inc @@ -0,0 +1,19 @@ +DESCRIPTION = "A client for the Cisco3000 VPN Concentrator" +HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/" +AUTHOR = "Maurice Massar vpnc@unix-ag.uni-kl.de" +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "libgcrypt" +RDEPENDS = "kernel-module-tun" + +CFLAGS_append = ' -DVERSION=\\"${PV}\\"' +LDFLAGS_append = " -lgcrypt -lgpg-error" + +do_install () { + oe_runmake 'DESTDIR=${D}' 'PREFIX=/usr' install + rm -f ${D}${sysconfdir}/vpnc/vpnc.conf #This file is useless + install ${WORKDIR}/default.conf ${D}${sysconfdir}/vpnc/default.conf +} + +CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf" |