diff options
Diffstat (limited to 'qplot')
-rw-r--r-- | qplot/qplot_2.0.1cvs.oe | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/qplot/qplot_2.0.1cvs.oe b/qplot/qplot_2.0.1cvs.oe index fff9afaff3..2ba5f9730f 100644 --- a/qplot/qplot_2.0.1cvs.oe +++ b/qplot/qplot_2.0.1cvs.oe @@ -6,22 +6,21 @@ LICENSE = "GPL" DEPENDS = "virtual/libc" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/qplot;module=qplot \ - file://${FILESDIR}/gcc3.patch;patch=1" + file://${FILESDIR}/gcc3.patch;patch=1" S = "${WORKDIR}/qplot" inherit palmtop do_install() { - install -d ${D}/${palmtopdir}/bin \ - ${D}/${palmtopdir}/apps/Applications \ - ${D}/${palmtopdir}/pics \ - ${D}/${palmtopdir}/lib \ - ${D}/${palmtopdir}/plugins/inputmethods + install -d ${D}/${palmtopdir}/bin \ + ${D}/${palmtopdir}/apps/Applications \ + ${D}/${palmtopdir}/pics \ + ${D}/${palmtopdir}/lib \ + ${D}/${palmtopdir}/plugins/inputmethods install -m 755 qplotmain/qplot ${D}/${palmtopdir}/bin/qplot install -m 644 qplotmain/qplot.png ${D}/${palmtopdir}/pics/ install -m 644 qplotmain/qplot-const.b ${D}/${palmtopdir}/lib/ install -m 644 qplotmain/qplot-math.b ${D}/${palmtopdir}/lib/ - oe_soinstall qplotmath/libqplotmath.so.1.0.0 ${D}/${palmtopdir}/plugins/inputmethods/ + oe_libinstall -so -C qplotmath libqplotmath ${D}/${palmtopdir}/plugins/inputmethods/ install -m 644 qplot.desktop ${D}/${palmtopdir}/apps/Applications/qplot.desktop } - |