The libproxy package is a library that provides automatic proxy configuration management. This is useful in standardizing a way of dealing with proxy settings across all scenarios.
This package is known to build using an LFS 7.0 platform but has not been tested.
Download (HTTP): http://libproxy.googlecode.com/files/libproxy-0.4.7.tar.gz
Download MD5 sum: 509e03a488a61cd62bfbaf3ab6a2a7a5
Download size: 89 KB
Estimated disk space required: 23 MB
Estimated build time: 0.2 SBU
GConf-3.2.3 (Required if building GNOME)
X Window System, Python-2.7.2, Xulrunner-10.0, WebKitGTK+-1.6.1 (built with gtk+-2) or WebKit, and NetworkManager-0.9.2.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libproxy
Note that the many messages produced by tar when extracting this package [ tar: Ignoring unknown extended header keyword `SCHILY.dev' and so forth ] do not appear to indicate a problem.
Install libproxy by running the following commands:
cmake -DCMAKE_INSTALL_PREFIX=/usr . && make
This package does not come with a test suite.
Now, as the root user:
make install
-DWITH_GNOME3=ON: This option builds
the GNOME configuration plugin.
-DWITH_KDE4=ON: This option builds the
KDE configuration plugin.
-DWITH_WEBKIT=ON: This option builds
the WebKit JavaScriptCore PAC runner plugin.
-DWITH_MOZJS=ON: This option builds the
Mozilla JavaScript PAC runner plugin.
-DWITH_NM=ON: This option builds the
NetworkManager plugin.
-DWITH_PYTHON=ON: This option builds
the Python bindings.
Last updated on 2012-02-13 00:01:24 +0000