5aefa6b277ecf4f97f8092d6d9036220bfa2dab8
[vuplus_openembedded] / lsh / lsh_1.4.3.oe
1 DESCRIPTION = "lsh is a GNU GPL-licensed implementation of the SSH \
2 (version 2) protocol. It includes a server, a client, and some \
3 utility programs."
4 DEPENDS = "zlib gmp liboop"
5
6 SRC_URI = "http://www.lysator.liu.se/~nisse/archive/lsh-${PV}.tar.gz"
7 S = "${WORKDIR}/lsh-${PV}"
8
9 inherit autotools
10 configopts = "  --enable-debug-alloc    Enable memory allocation sanity checks \
11                 --enable-debug-trace    Enable tracing support \
12                 --enable-gcov           Instrument for gcov (requires a modern gcc) \
13                 --without-pty           Disable pty support \
14                 --disable-srp           Disable the (experimental) support for SRP \
15                 --disable-kerberos      Don't support kerberos \
16                 --disable-pam           Don't support PAM \
17                 --disable-datafellows-workarounds \
18                 --enable-initgroups-workaround \
19                 --disable-tcp-forward   Disable tcp forwarding \
20                 --disable-x11-forward   Disable x11 forwarding (proxy only) \
21                 --disable-agent-forward Disable auth-agent forwarding (proxy only) \
22                 --disable-ipv6          Disable IPv6 support \
23                 --disable-utmp          Disable utmp and wtmp support \
24                 --without-zlib          Don't use zlib compression \
25                 --with-tcpwrappers      Use tcp-wrappers for filtering connections \
26                 --with-sshd1=PROGRAM support fallback to SSH1 daemon \
27                 --with-scheme=PROGRAM Use a particular scheme implementation \
28                 --without-system-argp   Don't use the system's argp \
29                 --with-include-path     A colon-separated list of directories to search for \
30                 --with-lib-path         A colon-separated list of directories to search for \
31                 --with-x                use the X Window System"
32 EXTRA_OECONF = "--disable-srp --disable-kerberos --disable-pam \
33                 --without-x"