From 6daa2e3eb38232e7b1c4b9a8b358f70522214052 Mon Sep 17 00:00:00 2001 From: Vitus Jensen Date: Tue, 24 Mar 2009 00:36:42 +0100 Subject: htmldoc: new recipes HTMLDOC converts HTML input files into indexed HTML, postscript or PDF files. These recipes build version 1.8.27 and 1.9.x-r1571 of htmldoc. Signed-off-by: Vitus Jensen --- recipes/htmldoc/htmldoc-gui_1.9.x-r1571.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/htmldoc/htmldoc-gui_1.9.x-r1571.bb (limited to 'recipes/htmldoc/htmldoc-gui_1.9.x-r1571.bb') diff --git a/recipes/htmldoc/htmldoc-gui_1.9.x-r1571.bb b/recipes/htmldoc/htmldoc-gui_1.9.x-r1571.bb new file mode 100644 index 0000000000..f2315c585c --- /dev/null +++ b/recipes/htmldoc/htmldoc-gui_1.9.x-r1571.bb @@ -0,0 +1,24 @@ +require htmldoc.inc +DEPENDS += "htmldoc-native fltk" +PR = "r2" + + +SRC_URI = "http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/htmldoc/snapshots/htmldoc-${PV}.tar.bz2 \ +file://paths_1.9.x.patch;patch=1" + + +S = "${WORKDIR}/htmldoc-${PV}" + +inherit autotools pkgconfig + +EXTRA_AUTORECONF += "--exclude=autoheader" +EXTRA_OECONF += "--disable-localpng --disable-localjpeg --disable-localzlib \ + --with-gui=yes" + +FILES_${PN} += "${datadir}/htmldoc/fonts" +FILES_${PN} += "${datadir}/htmldoc/data" + + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} -- cgit 1.2.3-korg