merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / gnuplot / gnuplot.inc
blobbf442527afb37f77d60881a2dfe7e4658984d1b8
1 DESCRIPTION = "Gnuplot is a portable command-line driven interactive datafile \
2 (text or binary) and function plotting utility."
3 HOMEPAGE = "http://www.gnuplot.info/"
4 SECTION = "console/scientific"
5 LICENSE = "BSD-4"
6 PRIORITY = "optional"
7 DEPENDS = "virtual/libx11 readline"
9 inherit autotools
11 acpaths = ""
13 EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \
14                 --without-lisp-files \
15                 --without-tutorial \
16                 --disable-wxwidgets"
18 do_compile_prepend() {
19         install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/
22 do_install_append() {
23         install -d ${D}${datadir}/applications/
24         install -m 0644 ${WORKDIR}/gnuplot.desktop ${D}${datadir}/applications/
25         install -d ${D}${datadir}/pixmaps/
26         install -m 0644 ${WORKDIR}/gnuplot.png ${D}${datadir}/pixmaps/
29 PACKAGES =+ "${PN}-x11-dbg ${PN}-x11"
30 DESCRIPTION_${PN}-x11 = "X11 display terminal for Gnuplot."
31 SECTION_${PN}-x11 = "x11/scientific"
32 FILES_${PN}-x11 = "${libexecdir} ${datadir}/applications ${datadir}/pixmaps ${libdir}/X11 "
34 FILES_${PN} += "${datadir}/texmf"
35 FILES_${PN}-x11-dbg += "${libexecdir}/gnuplot/*/.debug"