]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ipsec-tools/ipsec-tools.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ipsec-tools / ipsec-tools.inc
1 DESCRIPTION = "IPsec-Tools is a port of KAME's IPsec utilities to the \
2 Linux-2.6 IPsec implementation."
3 DEPENDS = "virtual/kernel openssl readline flex"
4 LICENSE = "BSD"
5 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
6 SECTION = "console/net"
7
8 inherit autotools
9
10 #   --enable-adminport      enable admin port
11 #   --enable-gssapi         enable GSS-API authentication
12 #   --enable-hybrid         enable hybrid, both mode-cfg and xauth support
13 #   --enable-frag           enable IKE fragmentation payload support
14 #   --enable-stats          enable statistics logging function
15 #   --enable-dpd            enable dead peer detection
16 #   --enable-samode-unspec  enable to use unspecified a mode of SA
17 #   --disable-ipv6          disable ipv6 support
18 #   --enable-natt           enable NAT-Traversal (yes/no/kernel)
19
20 #   --with-kernel-headers=/lib/modules/<uname>/build/include
21 #                           where your Linux Kernel headers are installed
22 #   --with-readline         support readline input (yes by default)
23 #   --with-openssl=DIR      specify OpenSSL directory
24 #   --with-libradius=DIR    specify libradius path (like/usr/pkg)
25 EXTRA_OECONF = "--with-kernel-headers=${STAGING_KERNEL_DIR} \
26                 --with-readline \
27                 --with-openssl=${STAGING_LIBDIR}/.. \
28                 --without-libradius \
29                 --without-gssapi"
30 PARALLEL_MAKE = ""