diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /httppc/httppc_0.8.5.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'httppc/httppc_0.8.5.oe')
-rw-r--r-- | httppc/httppc_0.8.5.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httppc/httppc_0.8.5.oe b/httppc/httppc_0.8.5.oe index 6782c5185b..339a1e7612 100644 --- a/httppc/httppc_0.8.5.oe +++ b/httppc/httppc_0.8.5.oe @@ -1,12 +1,12 @@ DEPENDS = "virtual/libc adns" RDEPENDS = "libc6 adns" -DESCRIPTION = 'HTTP Proxy Client is a set of libraries and scripts \ +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.' +DNS resolution." -SRC_URI = ${SOURCEFORGE_MIRROR}/httppc/httppc-${PV}.tar.gz \ - file://${FILESDIR}/install.patch;patch=1 +SRC_URI = "${SOURCEFORGE_MIRROR}/httppc/httppc-${PV}.tar.gz \ + file://${FILESDIR}/install.patch;patch=1" inherit autotools libtool |