diff options
Diffstat (limited to 'recipes/httppc/httppc_0.8.5.bb')
-rw-r--r-- | recipes/httppc/httppc_0.8.5.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/httppc/httppc_0.8.5.bb b/recipes/httppc/httppc_0.8.5.bb new file mode 100644 index 0000000000..5dd5742686 --- /dev/null +++ b/recipes/httppc/httppc_0.8.5.bb @@ -0,0 +1,13 @@ +SECTION = "console/network" +DEPENDS = "adns" +DESCRIPTION = "HTTP Proxy Client is a set of libraries and scripts \ +that provide transparent access to Internet via HTTP proxy tunnel \ +for programs which use TCP/IP for communication. The tunnel is \ +provided by the CONNECT method of HTTP proxy, and supports external \ +DNS resolution." +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/httppc/httppc-${PV}.tar.gz \ + file://install.patch;patch=1" + +inherit autotools |