Add libproxy

This commit is contained in:
Richard Purdie
2009-03-11 15:56:44 +00:00
parent f94bd6b312
commit 01b99d5a65
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Index: libproxy-0.2.3/src/lib/Makefile.am
===================================================================
--- libproxy-0.2.3.orig/src/lib/Makefile.am 2009-03-09 16:24:08.000000000 +0000
+++ libproxy-0.2.3/src/lib/Makefile.am 2009-03-09 16:24:13.000000000 +0000
@@ -2,7 +2,7 @@
libproxy_la_SOURCES = misc.c url.c pac.c dhcp.c dns.c slp.c wpad.c proxy_factory.c config_file.c \
misc.h url.h pac.h dhcp.h dns.h slp.h wpad.h proxy_factory.h proxy.h config_file.h
libproxy_la_CFLAGS = -Wall
-libproxy_la_LDFLAGS = -lm
+libproxy_la_LDFLAGS = -lm -ldl
include_HEADERS = proxy.h

View File

@@ -0,0 +1,16 @@
DESCRIPTION = "A library that provides automatic proxy configuration management"
HOMEPAGE = "http://code.google.com/p/libproxy/"
LICENSE = "LGPL"
SECTION = "libs"
DEPENDS = "virtual/libx11 xmu gconf-dbus"
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
file://asneededfix.patch;patch=1"
S = "${WORKDIR}/libproxy-${PV}"
inherit autotools_stage pkgconfig
EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager"
FILES_${PN}-dbg += "${libdir}/libproxy/0.2.3/plugins/"