summaryrefslogtreecommitdiff
path: root/packages/liburiparser/liburiparser_0.5.1.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-08-26 10:14:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-08-26 10:14:37 +0000
commitd2ef83fd962a4b02415ee1f655cae324589a9009 (patch)
tree5ba143d67e07b5876b47d637e126b48b456cb758 /packages/liburiparser/liburiparser_0.5.1.bb
parent2dc25ce7caf72b58900b88870e7e022e569f7a61 (diff)
parent4a37d232cb35608026da46499ba8524fc41e9470 (diff)
merge of '0db5a631daed7a2002855bd39af92ef174a28037'
and 'fd42dbc3f52d856f1d5210791ff3fc2be2bc2749'
Diffstat (limited to 'packages/liburiparser/liburiparser_0.5.1.bb')
-rw-r--r--packages/liburiparser/liburiparser_0.5.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/liburiparser/liburiparser_0.5.1.bb b/packages/liburiparser/liburiparser_0.5.1.bb
new file mode 100644
index 0000000000..60c88cba23
--- /dev/null
+++ b/packages/liburiparser/liburiparser_0.5.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "uriparser is a strictly RFC 3986 compliant URI parsing library."
+HOMEPAGE = "http://uriparser.sf.net"
+SECTION = "libs"
+LICENSE = "BSD"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/uriparser/uriparser-${PV}.tar.bz2 \
+ file://autofoo.patch;patch=1"
+S = "${WORKDIR}/uriparser-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}
+