Neon

From CBLFS
Jump to navigationJump to search
Download Source: http://www.webdav.org/neon/neon-0.28.3.tar.gz

Introduction to Neon

Neon is an HTTP and WebDAV client library.

Project Homepage: http://www.webdav.org/neon/

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-shared \
    --with-ssl &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 \
./configure --prefix=/usr --enable-shared \
    --with-ssl &&
make

Install the package:

make install &&
mv -v /usr/bin/neon-config{,-32}

N32

Compile the package:

CC="gcc ${BUILDN32}" USE_ARCH=n32 \
./configure --prefix=/usr --libdir=/usr/lib32 \
    --enable-shared --with-ssl &&
make

Install the package:

make install &&
mv -v /usr/bin/neon-config{,-n32}

64Bit

Compile the package:

CC="gcc ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/usr --libdir=/usr/lib64 \
    --enable-shared --with-ssl &&
make

Install the package:

make install &&
mv -v /usr/bin/neon-config{,-64} &&
ln -sfv multiarch_wrapper /usr/bin/neon-config

Contents

Installed Programs: neon-config
Installed Libraries: libneon.{so,la,a}
Installed Directory: /usr/share/doc/neon-0.28.3