aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnuplot/gnuplot_cvs.bb
blob: d63d31a492f0d3e8e2faaaadf875ddcc5265cb5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require gnuplot.inc

PV = "4.3.0+cvs${SRCDATE}"
PR = "r0"

SRC_URI = "cvs://anonymous@gnuplot.cvs.sourceforge.net/cvsroot/${PN};module=${PN} \
           http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz \
           file://subdirs.patch;patch=1 \
           file://term.patch;patch=1 \
           file://gnuplot.desktop \
           file://gnuplot.png"

S = "${WORKDIR}/${PN}"

do_configure_prepend() {
           ./prepare
}