]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/vpnc/vpnc_0.3.2.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / vpnc / vpnc_0.3.2.bb
1 DESCRIPTION = "A client for the Cisco3000 VPN Concentrator"
2 SECTION = "console/network"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 DEPENDS = "libgcrypt"
6
7 SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz"
8
9 CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
10 LDFLAGS_append = " -lgcrypt -lgpg-error"
11
12 do_install () {
13         install -d ${D}${sbindir}
14         install -m 0755 vpnc ${D}${sbindir}
15 }