diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-30 22:10:48 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-30 22:10:48 +0000 |
commit | fd06cf98cef058bb24ab044f680dc24a5e79cfd8 (patch) | |
tree | 6787f8aef8922590c9b2dab7d36191014faed5fe | |
parent | 2c4cc9c72d0eaaa02af555a4aadd8d990863c99f (diff) |
fix staging of headers; patch from Wookey
BKrev: 410ac768Fqd0TM1aSsS5224NHBFl8g
-rw-r--r-- | libgmime/libgmime_2.1.7.oe | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libgmime/libgmime_2.1.7.oe b/libgmime/libgmime_2.1.7.oe index e69de29bb2..19571b2e2a 100644 --- a/libgmime/libgmime_2.1.7.oe +++ b/libgmime/libgmime_2.1.7.oe @@ -0,0 +1,22 @@ +DESCRIPTION = "Runtime libraries for parsing and creating MIME mail" +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "glib-2.0" + +inherit autotools pkgconfig gnome + +PR = "r1" +SRC_URI = "http://spruce.sourceforge.net/gmime/sources/v2.1/gmime-${PV}.tar.gz \ + file://skip-iconv-detect.patch;patch=1 \ + file://configure-ldflags-cross.patch;patch=1" + +S = "${WORKDIR}/gmime-${PV}" + +PACKAGES += " ${PN}-bin" +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-bin = "${bindir}/uu*" + +do_stage () { + oe_libinstall -a -so -C gmime libgmime-2.0 ${STAGING_LIBDIR} + gnome_stage_includes +} |