utils.bbclass: restore previous implementation of explode_deps()
[openembedded.git] / recipes / 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 HOMEPAGE = "http://ipsec-tools.sourceforge.net/"
4 SECTION = "console/network"
5 LICENSE = "BSD"
6 DEPENDS = "virtual/kernel openssl readline flex"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/ipsec-tools/ipsec-tools-${PV}.tar.bz2;name=ipsec-tools-${PV}"
9
10 INC_PR = "r2"
11
12 inherit autotools
13
14 # Options:
15 #  --enable-adminport      enable admin port
16 #  --enable-rc5            enable RC5 encryption (patented)
17 #  --enable-idea enable IDEA encryption (patented)
18 #  --enable-gssapi         enable GSS-API authentication
19 #  --enable-hybrid         enable hybrid, both mode-cfg and xauth support
20 #  --enable-frag           enable IKE fragmentation payload support
21 #  --enable-stats          enable statistics logging function
22 #  --enable-dpd            enable dead peer detection
23 #  --enable-samode-unspec  enable to use unspecified a mode of SA
24 #  --disable-ipv6          disable ipv6 support
25 #  --enable-natt           enable NAT-Traversal (yes/no/kernel)
26 #  --enable-natt-versions=list    list of supported NAT-T versions delimited by coma.
27 #  --with-kernel-headers=/lib/modules/<uname>/build/include
28 #                          where your Linux Kernel headers are installed
29 #  --with-readline         support readline input (yes by default)
30 #  --with-flex             use directiory (default: no)
31 #  --with-flexlib=<LIB>    specify flex library.
32 #  --with-openssl=DIR      specify OpenSSL directory
33 #  --with-libradius=DIR    specify libradius path (like/usr/pkg)
34 #  --with-libpam=DIR       specify libpam path (like/usr/pkg)
35 #
36 # Note: if you give it the actual kernel headers it won't build, it actually
37 # needs to point at the linux-libc-headers version of the kernel headers.
38 #
39 EXTRA_OECONF = "--with-kernel-headers=${STAGING_INCDIR} \
40                 --with-readline \
41                 --with-openssl=${STAGING_LIBDIR}/.. \
42                 --without-libradius \
43                 --without-gssapi \
44                 --without-libpam"
45
46 # Sometimes it attempts to use y.tab.c before it is actually
47 # generated. Note that the failure case is very rare, but it does
48 # happen.
49 PARALLEL_MAKE = ""