summaryrefslogtreecommitdiff
path: root/vpnc/vpnc_0.2-rm+zomb-pre7.oe
blob: 1a7c016acf31a740dcd08d7080c4d0b4a11ee1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "A client for the Cisco3000 VPN Concentrator"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "virtual/libc base/libgcrypt"

SRC_URI = http://www.unix-ag.uni-kl.de/~massar/vpnc/${PN}-${PV}.tar.gz \
          file://${FILESDIR}/attribute.patch;patch=1


CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
LDFLAGS_append = " -lgcrypt -lgpg-error"

do_install () {
        install -d ${D}/${sbindir}
	install -m 0755 vpnc ${D}/${sbindir}
}