summaryrefslogtreecommitdiff
path: root/gtkhtml
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-27 19:57:06 +0000
committerPhil Blundell <philb@gnu.org>2004-06-27 19:57:06 +0000
commita2b32ef1de09babb284d3d7b6919522dbf3dbeb2 (patch)
tree37ba3109fa4e6d1f6937c95c408dbb4cc6ccaf0c /gtkhtml
parentbccd6ab789f39f7f737d93174d1d451ff0f096eb (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
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
Diffstat (limited to 'gtkhtml')
-rw-r--r--gtkhtml/gtkhtml_3.1.16.oe14
1 files changed, 14 insertions, 0 deletions
diff --git a/gtkhtml/gtkhtml_3.1.16.oe b/gtkhtml/gtkhtml_3.1.16.oe
index e69de29bb2..0fb6738b98 100644
--- a/gtkhtml/gtkhtml_3.1.16.oe
+++ b/gtkhtml/gtkhtml_3.1.16.oe
@@ -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}
+}