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
This commit is contained in:
Marcin Juszkiewicz 2008-07-02 14:22:29 +00:00
parent 44b8971cdc
commit 5246cd02ad
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- /tmp/configure.in 2008-06-21 12:20:52.000000000 +0200
+++ uriparser-0.5.1/configure.in 2008-06-21 12:21:16.000000000 +0200
@@ -9,6 +9,7 @@
AC_PROG_LIBTOOL
AC_HEADER_STDC
+AM_PROG_CC_C_O
# URI_SIZEDOWN

View File

@ -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
}