BUGFIXES for vpnc: 1) dont strip an ARM binary with an x86 strip if you plan on it...
authorChris Larson <clarson@kergoth.com>
Mon, 17 Nov 2003 23:23:38 +0000 (23:23 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 17 Nov 2003 23:23:38 +0000 (23:23 +0000)
BKrev: 3fb9587akH1kafTlAUwhgzhi-OZpyA

vpnc/vpnc_0.2-rm+zomb-pre6.oe

index e69de29..5202df8 100644 (file)
@@ -0,0 +1,13 @@
+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 'CC=${CC}' 'LDFLAGS=${LDFLAGS} -g $(shell libgcrypt-config --libs) -static'
+}
+
+do_install () {
+        install -d ${D}/${sbindir}
+       install -m 0755 vpnc ${D}/${sbindir}
+}