cornucopia: bump SRCREV
[openembedded.git] / recipes / htmldoc / htmldoc_1.9.x-r1571.bb
blob39ff846cdd5af573caa744e9de634464ef098e63
1 require htmldoc.inc
2 BBCLASSEXTEND = "native"
3 DEPENDS += "htmldoc-native"
4 DEPENDS_virtclass-native = ""
5 PR = "r3"
8 SRC_URI = "http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/htmldoc/snapshots/htmldoc-${PV}.tar.bz2 \
9 file://paths_1.9.x.patch"
12 inherit autotools pkgconfig
14 EXTRA_AUTORECONF += "--exclude=autoheader"
15 EXTRA_OECONF += "--disable-localpng --disable-localjpeg --disable-localzlib \
16 --with-gui=no"
18 FILES_${PN} += "${datadir}/htmldoc/fonts"
19 FILES_${PN} += "${datadir}/htmldoc/data"
22 do_install() {
23 oe_runmake 'DESTDIR=${D}' install
26 do_compile_virtclass-native() {
27 cd htmldoc && oe_runmake all ; cd ${S}
30 do_install_virtclass-native() {
31 install -d ${D}${datadir}/htmldoc/fonts
32 install -m 0644 ${S}/fonts/*.afm ${D}${datadir}/htmldoc/fonts/
33 install -m 0644 ${S}/fonts/*.pfa ${D}${datadir}/htmldoc/fonts/
35 install -d ${D}${datadir}/htmldoc/data
36 install -m 0644 ${S}/data/* ${D}${datadir}/htmldoc/data/
38 install -d ${D}${bindir}
39 install -m 0755 ${S}/htmldoc/htmldoc ${D}${bindir}/
42 NATIVE_INSTALL_WORKS = "1"
44 SRC_URI[md5sum] = "eda75ba1abe14ed8e71c6f40438def85"
45 SRC_URI[sha256sum] = "b4c78ff6b47521e980533e52cbe46fe86874c75b3d6bc18bcc2500a2ba854c3e"