aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jakarta-commons/commons-httpclient_3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jakarta-commons/commons-httpclient_3.1.bb')
-rw-r--r--recipes/jakarta-commons/commons-httpclient_3.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/jakarta-commons/commons-httpclient_3.1.bb b/recipes/jakarta-commons/commons-httpclient_3.1.bb
new file mode 100644
index 0000000000..18e2980888
--- /dev/null
+++ b/recipes/jakarta-commons/commons-httpclient_3.1.bb
@@ -0,0 +1,13 @@
+require jakarta-commons.inc
+
+DESCRIPTION = "Efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations"
+
+SRC_URI = "http://www.apache.org/dist/httpcomponents/commons-httpclient/source/${BP}-src.tar.gz"
+
+S = "${WORKDIR}/${BP}"
+
+DEPENDS += "commons-logging commons-codec"
+RDEPENDS = "libcommons-logging-java libcommons-codec-java"
+
+CP = "commons-logging commons-codec"
+