]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add gnome-doc-utils
authorRoss Burton <ross@openedhand.com>
Fri, 4 May 2007 15:23:20 +0000 (15:23 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 4 May 2007 15:23:20 +0000 (15:23 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1597 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gnome/gnome-doc-utils_0.10.3.bb [new file with mode: 0644]

diff --git a/meta/packages/gnome/gnome-doc-utils_0.10.3.bb b/meta/packages/gnome/gnome-doc-utils_0.10.3.bb
new file mode 100644 (file)
index 0000000..f190a5a
--- /dev/null
@@ -0,0 +1,16 @@
+LICENSE = "GPL/LGPL"
+DEPENDS = "libxml2 libxslt"
+
+PR = "r1"
+
+inherit gnome
+
+EXTRA_OECONF = "--disable-scrollkeeper"
+
+FILES_${PN} += "${datadir}/xml*"
+
+do_stage() {
+       mkdir -p  ${STAGING_DATADIR}/xml/gnome/xslt/
+       cp -pPr ${S}/xslt/* ${STAGING_DATADIR}/xml/gnome/xslt/
+       autotools_stage_all
+}