summaryrefslogtreecommitdiff
path: root/packages/gnome/gnome-doc-utils.inc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-18 03:00:16 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-18 03:00:16 +0000
commit0066592ec6273dfe870fa877ca315ba45e636da2 (patch)
treeb69e44514cea1d2426761ce151ca823d42f0ccdd /packages/gnome/gnome-doc-utils.inc
parent98a496542c02d7775a6fb5ec45851d3bc5009f2e (diff)
gnome-doc-utils: unify
Diffstat (limited to 'packages/gnome/gnome-doc-utils.inc')
-rw-r--r--packages/gnome/gnome-doc-utils.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/gnome/gnome-doc-utils.inc b/packages/gnome/gnome-doc-utils.inc
new file mode 100644
index 0000000000..ff62257aa8
--- /dev/null
+++ b/packages/gnome/gnome-doc-utils.inc
@@ -0,0 +1,16 @@
+LICENSE = "GPL LGPL"
+DEPENDS = "libxml2 libxslt libxslt-native"
+
+PR = "r1"
+
+inherit gnome
+
+EXTRA_OECONF = "--disable-scrollkeeper"
+
+do_stage() {
+ mkdir -p ${STAGING_DATADIR}/xml/gnome/xslt/
+ cp -pPr ${S}/xslt/* ${STAGING_DATADIR}/xml/gnome/xslt/
+ autotools_stage_all
+}
+
+FILES_${PN} += "${datadir}/xml*"