First pass of .oe cleanups.
[openembedded.git] / openvpn / openvpn_1.5.0.oe
index e69de29..519e51f 100644 (file)
@@ -0,0 +1,9 @@
+DESCRIPTION = "A VPN solution via tun device.  Not IPSEC!"
+PRIORITY = "optional"
+DEPENDS = "virtual/libc lzo"
+RDEPENDS = "libc6 lzo tun"
+
+SRC_URI = http://unc.dl.sourceforge.net/sourceforge/openvpn/openvpn-1.5.0.tar.gz
+
+inherit autotools
+