Difference between revisions of "Libproxy"

From CBLFS
Jump to navigationJump to search
(Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://libproxy.googlecode.com/files/libproxy-0.2.3.tar.gz |} ---- {{Package-Introduction|Libpr…')
 
(Template please...)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://libproxy.googlecode.com/files/libproxy-0.2.3.tar.gz
+
|http://libproxy.googlecode.com/files/libproxy-{{Libproxy-Version}}.tar.gz
 
|}
 
|}
  
 
----
 
----
  
{{Package-Introduction|Libproxy is a library that provides automatic proxy configuration
+
{{Package-Introduction|Libproxy is a library that provides automatic proxy configuration management.|http://code.google.com/p/libproxy/}}
management.|http://code.google.com/p/libproxy/}}
 
 
 
----
 
 
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 23: Line 19:
 
* [[GConf]]
 
* [[GConf]]
 
* [[NetworkManager]]
 
* [[NetworkManager]]
 
----
 
 
  
 
== Configuration Information ==
 
== Configuration Information ==
Line 36: Line 29:
 
|-
 
|-
 
|}
 
|}
 
----
 
  
 
{{Note|The following assumes that you have [[XULRunner]] installed and that [[pkg-config]] can find its ''.pc'' files.  If either one of these things is not true, then omit setting the mozjs_* variables below and change --with-mozjs to --without-mozjs}}
 
{{Note|The following assumes that you have [[XULRunner]] installed and that [[pkg-config]] can find its ''.pc'' files.  If either one of these things is not true, then omit setting the mozjs_* variables below and change --with-mozjs to --without-mozjs}}
  
== Non-MultiLib ==
+
== Non-Multilib ==
  
 
Compile the package:
 
Compile the package:
Line 52: Line 43:
 
Install the package:
 
Install the package:
  
  make install
+
  make install &&
 +
unset mozjs_CFLAGS &&
 +
unset mozjs_LIBS
  
 
== Multilib ==
 
== Multilib ==
Line 58: Line 51:
 
=== 32Bit ===
 
=== 32Bit ===
  
{{Note|Please contribute this section}}
+
To do ...
  
 
=== N32 ===
 
=== N32 ===
  
{{Note|Please contribute this section}}
+
To do ...
  
 
=== 64Bit ===
 
=== 64Bit ===
  
{{Note|Please contribute this section}}
+
To do ...
 +
 
 +
== Contents ==
 +
 
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
!Installed Directories:
 +
|
 +
|-valign="top"
 +
!Installed Programs:
 +
|
 +
|-valign="top"
 +
!Installed Libraries:
 +
|
 +
|}
  
----
+
=== Short Descriptions ===
 +
 
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
!
 +
|
 +
|-valign="top"
 +
!
 +
|
 +
|-valign="top"
 +
!
 +
|
 +
|}
  
 
[[Category:Networking Libraries]]
 
[[Category:Networking Libraries]]

Revision as of 19:02, 12 June 2009

Download Source: http://libproxy.googlecode.com/files/libproxy-0.4.6.tar.gz

Introduction to Libproxy

Libproxy is a library that provides automatic proxy configuration management.

Project Homepage: http://code.google.com/p/libproxy/

Dependencies

Recommended

Optional

Configuration Information

--with-gnome Enables support for GConf
--with-networkmanager Enables support for NetworkManager
--with-wekbit Enables support for WebKit
Caution.png

Note

The following assumes that you have XULRunner installed and that pkg-config can find its .pc files. If either one of these things is not true, then omit setting the mozjs_* variables below and change --with-mozjs to --without-mozjs

Non-Multilib

Compile the package:

export mozjs_CFLAGS="-DXP_UNIX `pkg-config libxul-unstable --cflags`"
export mozjs_LIBS="`pkg-config libxul-unstable --libs`"
./configure --prefix=/usr --without-gnome --without-networkmanager --without-webkit --with-mozjs &&
make

Install the package:

make install &&
unset mozjs_CFLAGS &&
unset mozjs_LIBS

Multilib

32Bit

To do ...

N32

To do ...

64Bit

To do ...

Contents

Installed Directories:
Installed Programs:
Installed Libraries:

Short Descriptions