aboutsummaryrefslogtreecommitdiffstats
path: root/openswan/openswan_2.2.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'openswan/openswan_2.2.0.oe')
-rw-r--r--openswan/openswan_2.2.0.oe30
1 files changed, 0 insertions, 30 deletions
diff --git a/openswan/openswan_2.2.0.oe b/openswan/openswan_2.2.0.oe
deleted file mode 100644
index 63c3903403..0000000000
--- a/openswan/openswan_2.2.0.oe
+++ /dev/null
@@ -1,30 +0,0 @@
-SECTION = "console/network"
-DESCRIPTION = "Openswan is an Open Source implementation of IPsec for the \
-Linux operating system."
-HOMEPAGE = "http://www.openswan.org"
-LICENSE = "GPLv2"
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-DEPENDS = "gmp flex-native"
-
-SRC_URI = "http://www.openswan.org/code/openswan-${PV}.tar.gz \
- file://openswan-2.2.0-gentoo.patch;patch=1"
-S = "${WORKDIR}/openswan-${PV}"
-
-EXTRA_OEMAKE = "DESTDIR=${D} \
- USERCOMPILE="${CFLAGS}" \
- FINALCONFDIR=${sysconfdir}/ipsec \
- INC_RCDEFAULT=${sysconfdir}/init.d \
- INC_USRLOCAL=${prefix} \
- INC_MANDIR=share/man WERROR=''"
-
-do_compile () {
- oe_runmake programs
-}
-
-do_install () {
- oe_runmake install
-}
-
-FILES_${PN} += "/usr/lib/ipsec/"
-
-CONFFILES_${PN}_nylon = "${sysconfdir}/ipsec/ipsec.conf"