diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb')
-rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb new file mode 100644 index 0000000000..8a5bca964d --- /dev/null +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_4.6.5.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require gnuplot.inc | ||
2 | |||
3 | SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${PN}-${PV}.tar.gz;name=archive \ | ||
4 | http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz;name=qtplot \ | ||
5 | file://subdirs.patch \ | ||
6 | file://lua-loadlibs-configure-in-fix.patch \ | ||
7 | file://gnuplot.desktop \ | ||
8 | file://gnuplot.png \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[archive.md5sum] = "9a476b21f74bd99c876f1509d731a0f9" | ||
12 | SRC_URI[archive.sha256sum] = "e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d" | ||
13 | SRC_URI[qtplot.md5sum] = "0a481885a496092c77eb4017540b5cf6" | ||
14 | SRC_URI[qtplot.sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530c94f1ad5f4132" | ||