diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-05 09:37:42 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-05 09:37:42 +0000 |
commit | 9b66a2569ab70ae0cbce0497e2074fcd21556be7 (patch) | |
tree | 0e0bcd4762cb8521214dd6098e2197e4d3456c38 | |
parent | 58d346df5a72203928e9c8d438521acda46979b1 (diff) |
openwan depends on flex-native
BKrev: 41626b666esCplz197ViS3v2TY3pnw
-rw-r--r-- | openswan/openswan_2.2.0.oe | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/openswan/openswan_2.2.0.oe b/openswan/openswan_2.2.0.oe index e69de29bb2..e566cd8f4e 100644 --- a/openswan/openswan_2.2.0.oe +++ b/openswan/openswan_2.2.0.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 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/" |