diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-25 15:57:39 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-25 15:57:39 +0000 |
commit | dc9fb3c02f6a32615a197863173df5edf9c88342 (patch) | |
tree | 14c531f6c9c6c67075a4111a9c6d4e2d8c272c6c /packages/liburiparser | |
parent | 19c8ebf2a5176ea4b109b56422fae53b9b926edc (diff) |
add liburiparser
Diffstat (limited to 'packages/liburiparser')
-rw-r--r-- | packages/liburiparser/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/liburiparser/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/liburiparser/files/autofoo.patch | 21 | ||||
-rw-r--r-- | packages/liburiparser/liburiparser_0.5.1.bb | 15 |
4 files changed, 36 insertions, 0 deletions
diff --git a/packages/liburiparser/.mtn2git_empty b/packages/liburiparser/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/liburiparser/.mtn2git_empty diff --git a/packages/liburiparser/files/.mtn2git_empty b/packages/liburiparser/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/liburiparser/files/.mtn2git_empty diff --git a/packages/liburiparser/files/autofoo.patch b/packages/liburiparser/files/autofoo.patch new file mode 100644 index 0000000000..548867c7e7 --- /dev/null +++ b/packages/liburiparser/files/autofoo.patch @@ -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 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 +} + |