fix staging of headers; patch from Wookey
authorPhil Blundell <philb@gnu.org>
Fri, 30 Jul 2004 22:10:48 +0000 (22:10 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 30 Jul 2004 22:10:48 +0000 (22:10 +0000)
BKrev: 410ac768Fqd0TM1aSsS5224NHBFl8g

libgmime/libgmime_2.1.7.oe

index e69de29..19571b2 100644 (file)
@@ -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
+}