nkf_2.07.bb: merged native and non-native recipes
[openembedded.git] / recipes / htmldoc / htmldoc_1.9.x-r1571.bb
blobaac761ebe38ab9984fee724307751992ff1a0c6e
1 require htmldoc.inc
2 DEPENDS += "htmldoc-native"
3 PR = "r2"
6 SRC_URI = "http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/htmldoc/snapshots/htmldoc-${PV}.tar.bz2 \
7 file://paths_1.9.x.patch"
10 inherit autotools pkgconfig
12 EXTRA_AUTORECONF += "--exclude=autoheader"
13 EXTRA_OECONF += "--disable-localpng --disable-localjpeg --disable-localzlib \
14 --with-gui=no"
16 FILES_${PN} += "${datadir}/htmldoc/fonts"
17 FILES_${PN} += "${datadir}/htmldoc/data"
20 do_install() {
21 oe_runmake 'DESTDIR=${D}' install
24 SRC_URI[md5sum] = "eda75ba1abe14ed8e71c6f40438def85"
25 SRC_URI[sha256sum] = "b4c78ff6b47521e980533e52cbe46fe86874c75b3d6bc18bcc2500a2ba854c3e"