summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-07-02 14:22:29 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-07-02 14:22:29 +0000
commit5246cd02add98ce93e8bfa7b91523c7dbe954eff (patch)
treeb08f4b168f40d8919199dd08fee38bde446554ff /meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb
parent44b8971cdc9846721661c4406c79f656b5f4e0e1 (diff)
downloadpoky-5246cd02add98ce93e8bfa7b91523c7dbe954eff.tar.gz
liburiparser: added from OE (needed by openmoko-mediaplayer2)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4778 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb')
-rw-r--r--meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb b/meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb
new file mode 100644
index 0000000000..60c88cba23
--- /dev/null
+++ b/meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "uriparser is a strictly RFC 3986 compliant URI parsing library."
2HOMEPAGE = "http://uriparser.sf.net"
3SECTION = "libs"
4LICENSE = "BSD"
5
6SRC_URI = "${SOURCEFORGE_MIRROR}/uriparser/uriparser-${PV}.tar.bz2 \
7 file://autofoo.patch;patch=1"
8S = "${WORKDIR}/uriparser-${PV}"
9
10inherit autotools pkgconfig
11
12do_stage() {
13 autotools_stage_all
14}
15