Difference between revisions of "Neon"

From CBLFS
Jump to navigationJump to search
(64Bit)
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
----
 
----
  
== Introduction to Neon ==
+
{{Package-Introduction|Neon is an HTTP and WebDAV client library.|http://www.webdav.org/neon/}}
 
 
Nneon is an HTTP and WebDAV client library.
 
 
 
Project HomePage: http://www.webdav.org/neon/
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 18: Line 14:
 
=== Required ===
 
=== Required ===
 
* [[Expat]] or [[LibXML2]]
 
* [[Expat]] or [[LibXML2]]
 +
 
=== Optional ===
 
=== Optional ===
 
* [[Pkg-config]]
 
* [[Pkg-config]]
Line 92: Line 89:
 
| /usr/share/doc/neon-{{Neon-Version}}
 
| /usr/share/doc/neon-{{Neon-Version}}
 
|}
 
|}
 +
 +
[[Category:Networking Libraries]]

Latest revision as of 15:14, 19 March 2009

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