initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / openvpn / openvpn.inc
blob68bfc51716608c5abc944ddee1ec2995544ca5a0
1 DESCRIPTION = "A full-featured SSL VPN solution via tun device."
2 HOMEPAGE = "http://openvpn.sourceforge.net"
3 SECTION = "console/network"
4 LICENSE = "GPLv2"
5 PRIORITY = "optional"
6 DEPENDS = "lzo openssl"
7 RRECOMMENDS_${PN} = "kernel-module-tun"
9 INC_PR = "r2"
11 SRC_URI = "http://openvpn.net/release/openvpn-${PV}.tar.gz \
12         file://openvpn"
13 S = "${WORKDIR}/openvpn-${PV}"
15 CFLAGS += "-fno-inline"
17 inherit autotools
19 do_install_append() {
20         install -d ${D}/${sysconfdir}/init.d
21         install -d ${D}/${sysconfdir}/openvpn
22         install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d