diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-30 13:12:17 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-30 13:12:17 +0000 |
commit | f3074ef2d1ee7a22df71d34913d96f1d894bbfc3 (patch) | |
tree | 2fa8597b107d11d658fcf83a8cbde9c97e0dcd34 /packages/gnuplot/qtplot_0.2.bb | |
parent | 45a272895388fdcd5a02579ecbdb1fea8ac65c3f (diff) |
gnuplot: fix configure
* remove unnecessary depends (wxwidgets, etc) and configure option
* fix SRC_DATE in 4.3.0+cvs
* bump default to 4.2.3
Diffstat (limited to 'packages/gnuplot/qtplot_0.2.bb')
-rw-r--r-- | packages/gnuplot/qtplot_0.2.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/gnuplot/qtplot_0.2.bb b/packages/gnuplot/qtplot_0.2.bb index 80b3e4a603..cc57260f49 100644 --- a/packages/gnuplot/qtplot_0.2.bb +++ b/packages/gnuplot/qtplot_0.2.bb @@ -1,14 +1,14 @@ DESCRIPTION = "QT Gnuplot is a front end for Gnuplot. Install Opie-Embedded \ console to enable the Launch Gnuplot menu option." +HOMEPAGE = "http://www.mneuroth.de/privat/zaurus/gnuplot.html" SECTION = "opie/applications" -PRIORITY = "optional" -LICENSE = "GPL" -PRIORITY = "optional" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "gnuplot" +RDEPDENDS_${PN} = "gnuplot" -DEPENDS = "gnuplot" -RDEPDENDS = "gnuplot" +PR = "r1" -HOMEPAGE = "http://www.mneuroth.de/privat/zaurus/gnuplot.html" SRC_URI = "http://www.mneuroth.de/privat/zaurus/qtplot-${PV}.tar.gz" APPTYPE = "binary" |