aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/htmldoc/htmldoc-gui_1.8.27.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-15 17:47:22 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-15 17:47:22 +0200
commite5287904a9dddc8ddc0f486d8526bc8cfda427b7 (patch)
tree3dd6107e43cc9aaefc7b19aca41555516041a35d /recipes/htmldoc/htmldoc-gui_1.8.27.bb
parente3648b0f865ebf14fa9adf80461e7547ae6dc6f4 (diff)
downloadopenembedded-e5287904a9dddc8ddc0f486d8526bc8cfda427b7.tar.gz
htmldoc[-gui]: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/htmldoc/htmldoc-gui_1.8.27.bb')
-rw-r--r--recipes/htmldoc/htmldoc-gui_1.8.27.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/htmldoc/htmldoc-gui_1.8.27.bb b/recipes/htmldoc/htmldoc-gui_1.8.27.bb
deleted file mode 100644
index 2c702e6905..0000000000
--- a/recipes/htmldoc/htmldoc-gui_1.8.27.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-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/${PV}/htmldoc-${PV}-source.tar.bz2 \
-file://paths_1.8.27.patch"
-
-
-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
-}
-
-SRC_URI[md5sum] = "35589e7b8fe9c54e11be87cd5aec4dcc"
-SRC_URI[sha256sum] = "89ffd223734268375dc959c200622dc5f167576c5cad9d7ce4bd7567faeb9613"