diff options
author | Vitus Jensen <vjensen@gmx.de> | 2009-03-24 00:36:42 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-01-03 14:40:37 +0100 |
commit | 6daa2e3eb38232e7b1c4b9a8b358f70522214052 (patch) | |
tree | 16e5f5a7f198b48afb9529c4ac3f042af3caeccd /recipes/htmldoc/htmldoc_1.9.x-r1571.bb | |
parent | 5b314f4d597cfc4e5b304d35816a8b95b6314bde (diff) |
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 <vjensen@gmx.de>
Diffstat (limited to 'recipes/htmldoc/htmldoc_1.9.x-r1571.bb')
-rw-r--r-- | recipes/htmldoc/htmldoc_1.9.x-r1571.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/htmldoc/htmldoc_1.9.x-r1571.bb b/recipes/htmldoc/htmldoc_1.9.x-r1571.bb new file mode 100644 index 0000000000..fe78fb4eb1 --- /dev/null +++ b/recipes/htmldoc/htmldoc_1.9.x-r1571.bb @@ -0,0 +1,22 @@ +require htmldoc.inc +DEPENDS += "htmldoc-native" +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" + + +inherit autotools pkgconfig + +EXTRA_AUTORECONF += "--exclude=autoheader" +EXTRA_OECONF += "--disable-localpng --disable-localjpeg --disable-localzlib \ + --with-gui=no" + +FILES_${PN} += "${datadir}/htmldoc/fonts" +FILES_${PN} += "${datadir}/htmldoc/data" + + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} |