aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/htmldoc/htmldoc_1.8.27.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/htmldoc/htmldoc_1.8.27.bb')
-rw-r--r--recipes/htmldoc/htmldoc_1.8.27.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/htmldoc/htmldoc_1.8.27.bb b/recipes/htmldoc/htmldoc_1.8.27.bb
new file mode 100644
index 0000000000..d211c76346
--- /dev/null
+++ b/recipes/htmldoc/htmldoc_1.8.27.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/${PV}/htmldoc-${PV}-source.tar.bz2 \
+file://paths_1.8.27.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
+}