blob: 6782c5185b3cd7d16f7a5d059cf3d7d7075b617b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEPENDS = "virtual/libc adns"
RDEPENDS = "libc6 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.'
SRC_URI = ${SOURCEFORGE_MIRROR}/httppc/httppc-${PV}.tar.gz \
file://${FILESDIR}/install.patch;patch=1
inherit autotools libtool
|