add liburiparser
authorMichael Lauer <mickey@vanille-media.de>
Sat, 25 Aug 2007 15:57:39 +0000 (15:57 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 25 Aug 2007 15:57:39 +0000 (15:57 +0000)
packages/liburiparser/.mtn2git_empty [new file with mode: 0644]
packages/liburiparser/files/.mtn2git_empty [new file with mode: 0644]
packages/liburiparser/files/autofoo.patch [new file with mode: 0644]
packages/liburiparser/liburiparser_0.5.1.bb [new file with mode: 0644]

diff --git a/packages/liburiparser/.mtn2git_empty b/packages/liburiparser/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/liburiparser/files/.mtn2git_empty b/packages/liburiparser/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/liburiparser/files/autofoo.patch b/packages/liburiparser/files/autofoo.patch
new file mode 100644 (file)
index 0000000..548867c
--- /dev/null
@@ -0,0 +1,21 @@
+Index: uriparser-0.5.1/configure.in
+===================================================================
+--- uriparser-0.5.1.orig/configure.in  2007-08-25 15:32:52.000000000 +0000
++++ uriparser-0.5.1/configure.in       2007-08-25 15:34:56.000000000 +0000
+@@ -2,7 +2,7 @@
+ AC_INIT([uriparser], [0.5.1])
+ AM_INIT_AUTOMAKE([1.9 foreign])
+ AM_CONFIG_HEADER(test/CppTest/config.h)
+-
++AM_PROG_CC_C_O
+ AC_PROG_CC
+ AC_PROG_CXX
+@@ -10,7 +10,6 @@
+ AC_HEADER_STDC
+-
+ # URI_SIZEDOWN
+ AC_ARG_ENABLE(sizedown, [
+ Extra options:
diff --git a/packages/liburiparser/liburiparser_0.5.1.bb b/packages/liburiparser/liburiparser_0.5.1.bb
new file mode 100644 (file)
index 0000000..60c88cb
--- /dev/null
@@ -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
+}
+