diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-11 23:22:17 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-11 23:22:17 +0000 |
commit | 1daa24f9ae8b1e511ed9bb9961fe6fd8892b852b (patch) | |
tree | e77d9904b4ee2dde7b73ee1d3adf695a8ae94b92 /vpnc/vpnc_0.2-rm+zomb-pre6.oe | |
parent | 6600e07d210fb1411882fa0a1bb3db72c1439af7 (diff) |
Fix vpnc build and move out of nonworking.
BKrev: 3fd8fc29CkEvfN6RduH7TMBCFIWsNQ
Diffstat (limited to 'vpnc/vpnc_0.2-rm+zomb-pre6.oe')
-rw-r--r-- | vpnc/vpnc_0.2-rm+zomb-pre6.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vpnc/vpnc_0.2-rm+zomb-pre6.oe b/vpnc/vpnc_0.2-rm+zomb-pre6.oe new file mode 100644 index 0000000000..e3e781a849 --- /dev/null +++ b/vpnc/vpnc_0.2-rm+zomb-pre6.oe @@ -0,0 +1,16 @@ +DEPENDS=virtual/libc virtual/libgcrypt + +SRC_URI = http://www.unix-ag.uni-kl.de/~massar/vpnc/${PN}-${PV}.tar.gz \ + file://${FILESDIR}/attribute.patch;patch=1 + + +do_compile () { +oe_runmake \ +"CFLAGS=${CFLAGS} '-DVERSION=\"\$(shell cat ${S}/VERSION)\"' \$(shell libgcrypt-config --cflags)" \ +"LDFLAGS=${LDFLAGS} \$(shell libgcrypt-config --libs)" +} + +do_install () { + install -d ${D}/${sbindir} + install -m 0755 vpnc ${D}/${sbindir} +} |