DESCRIPTION = "Gnuplot is a portable command-line driven interactive datafile \ (text or binary) and function plotting utility." SECTION = "console/scientific" LICENSE = "BSD-4" PRIORITY = "optional" MAINTAINER = "Philip Frampton" DEPENDS = "libx11 libpng gd readline" PR = "r3" SRC_URI = "ftp://ftp.gnuplot.info/pub/gnuplot/gnuplot-${PV}.tar.gz \ file://subdirs.patch;patch=1 \ file://debian-separate-x11-package.patch;patch=1 \ http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz \ file://matrix.patch;patch=1 \ file://term.patch;patch=1 \ file://gnuplot.desktop \ file://gnuplot.png" inherit autotools PACKAGES =+ "${PN}-x11" DESCRIPTION_${PN}-x11 = "X11 display terminal for Gnuplot." SECTION_${PN}-x11 = "x11/scientific" FILES_${PN}-x11 = "${libexecdir} ${datadir}/applications ${datadir}/pixmaps" acpaths = "" EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ --without-plot \ --with-png=${STAGING_LIBDIR}/.. \ --with-gd=${STAGING_LIBDIR}/.. \ --without-lisp-files \ --without-tutorial" do_compile_prepend() { install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ } do_install_append() { install -d ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/gnuplot.desktop ${D}${datadir}/applications/ install -d ${D}${datadir}/pixmaps/ install -m 0644 ${WORKDIR}/gnuplot.png ${D}${datadir}/pixmaps/ } ef='/cgit/multitech-oe.git/refs/?id=7368c24df7043ab141500e2dc7a4df8f43eabef6'>refslogtreecommitdiff
path: root/packages/xorg-util
AgeCommit message (Expand)AuthorFiles
2008-06-13util-macros-native: add 1.1.6Philipp Zabel1
2008-04-17util-macros: added forgotten patch for 1.1.6Marcin Juszkiewicz2
2008-03-15util-macros: add 1.1.6Philipp Zabel1
2007-08-17makedepend(-native): fix DEPENDS (taken from Poky) - close #2723Marcin Juszkiewicz2
2007-08-05Xorg: drop stale recipes X11R7* in PV. Those aren't needed anymore after the ...Koen Kooi15
2007-08-03makedepend-native: add DEPENDS on xproto-native - spotted by CroftonMarcin Juszkiewicz1
2007-08-02xorg mega commit: merge in change from pokyKoen Kooi9
2007-03-30util-macros: update -native to 1.1.5, needed for R7.2Koen Kooi1
2007-02-22util-macros: added patch to get it cross compiled (from poky)Marcin Juszkiewicz2
2007-02-22util-macros: added 1.1.5 from pokyMarcin Juszkiewicz1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi3
2006-08-24xorg-util: use tar.bz2 sources instead of tar.gzPhilipp Zabel1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther11
2006-07-24xorg-util: Update for X11R7.0 and X11R7.1.Raymond Danks14
2006-07-24xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* dire...Raymond Danks3