aboutsummaryrefslogtreecommitdiffstats
path: root/openswan
diff options
context:
space:
mode:
authorBruno Randolf <br1@subnet.at>2004-10-05 09:30:25 +0000
committerBruno Randolf <br1@subnet.at>2004-10-05 09:30:25 +0000
commit851d95f6cdd1497161793e174466c5d5a5fcd5a6 (patch)
treec5f2ee64e3a113ef95fabef900da6e36cda0692e /openswan
parent9a651ade6df0ad7f9504fe7f63918c5d0e42db96 (diff)
downloadopenembedded-851d95f6cdd1497161793e174466c5d5a5fcd5a6.tar.gz
new openswan 2.2.0 and fixes to 2.1.2
BKrev: 416269b1yT_t2gyh_RiyLk8rMKoUOw
Diffstat (limited to 'openswan')
-rw-r--r--openswan/openswan-2.2.0/openswan-2.2.0-gentoo.patch0
-rw-r--r--openswan/openswan_2.1.2.oe25
-rw-r--r--openswan/openswan_2.2.0.oe0
3 files changed, 25 insertions, 0 deletions
diff --git a/openswan/openswan-2.2.0/openswan-2.2.0-gentoo.patch b/openswan/openswan-2.2.0/openswan-2.2.0-gentoo.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/openswan/openswan-2.2.0/openswan-2.2.0-gentoo.patch
diff --git a/openswan/openswan_2.1.2.oe b/openswan/openswan_2.1.2.oe
index e69de29bb2..a494a9dae6 100644
--- a/openswan/openswan_2.1.2.oe
+++ b/openswan/openswan_2.1.2.oe
@@ -0,0 +1,25 @@
+DESCRIPTION = "Openswan is an Open Source implementation of IPsec for the \
+Linux operating system."
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+DEPENDS = "gmp"
+
+SRC_URI = "http://www.openswan.org/code/openswan-${PV}.tar.gz \
+ file://flags.patch;patch=1"
+S = "${WORKDIR}/openswan-${PV}"
+
+EXTRA_OEMAKE = "-e DESTDIR=${D} \
+ USERCOMPILE="${CFLAGS}" \
+ FINALCONFDIR=${sysconfdir}/ipsec \
+ INC_RCDEFAULT=${sysconfdir}/init.d \
+ INC_USRLOCAL=${prefix} \
+ INC_MANDIR=share/man"
+
+do_compile () {
+ oe_runmake programs
+}
+
+do_install () {
+ oe_runmake install
+}
+
+FILES_${PN} += "/usr/lib/ipsec/"
diff --git a/openswan/openswan_2.2.0.oe b/openswan/openswan_2.2.0.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/openswan/openswan_2.2.0.oe