diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-08 20:13:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-08 21:48:54 +0200 |
commit | cd7cf4bdd896e5ef68d157a60ed23401cd226b16 (patch) | |
tree | 14c7fad5f22d2517aad358822301b9da19a52a76 /recipes/gnuplot | |
parent | 243f74f834e286e7ebb4a2059e9a2f9bfed8f4da (diff) |
gnuplot: add 4.4.0
Diffstat (limited to 'recipes/gnuplot')
-rw-r--r-- | recipes/gnuplot/gnuplot_4.4.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gnuplot/gnuplot_4.4.0.bb b/recipes/gnuplot/gnuplot_4.4.0.bb new file mode 100644 index 0000000000..9e9dfae2b2 --- /dev/null +++ b/recipes/gnuplot/gnuplot_4.4.0.bb @@ -0,0 +1,11 @@ +require gnuplot.inc + +SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${PN}-${PV}.tar.gz;name=archive \ + http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz \ + file://subdirs.patch;patch=1 \ + file://gnuplot.desktop \ + file://gnuplot.png" + +SRC_URI[archive.md5sum] = "e708665bd512153ad5c35252fe499059" +SRC_URI[archive.sha256sum] = "00de2c54a05920a5d2dc68f668990b0b84a96105d92a932d91600dd53f156b2a" + |