Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sun, 27 Jun 2004 19:57:06 +0000 (19:57 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 27 Jun 2004 19:57:06 +0000 (19:57 +0000)
into dixie.nexus.co.uk:/home/pb/oe/oe-packages

2004/06/27 20:56:41+01:00 nexus.co.uk!pb
correct naming of .pc file in staging

BKrev: 40df2692cUvGDXY18cCmoziFDUi4Zg

gtkhtml/gtkhtml_3.1.16.oe

index e69de29..0fb6738 100644 (file)
@@ -0,0 +1,14 @@
+DESCRIPTION = "HTML rendering/editing library"
+DEPENDS = "gtk+ gail libbonoboui libgnomeprintui libgnomeui"
+
+FILES_${PN} += "${datadir}/gtkhtml-3.1"
+
+inherit gnome
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_stage() {
+       mv src/libgtkhtml.pc src/libgtkhtml-3.1.pc || true
+       gnome_stage_includes
+       oe_libinstall -C src -so libgtkhtml-3.1 ${STAGING_LIBDIR}
+}