summaryrefslogtreecommitdiff
path: root/packages/sharp-binary-only/sharp-compat-libs_0.5.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/sharp-binary-only/sharp-compat-libs_0.5.bb
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/sharp-binary-only/sharp-compat-libs_0.5.bb')
-rw-r--r--packages/sharp-binary-only/sharp-compat-libs_0.5.bb81
1 files changed, 0 insertions, 81 deletions
diff --git a/packages/sharp-binary-only/sharp-compat-libs_0.5.bb b/packages/sharp-binary-only/sharp-compat-libs_0.5.bb
deleted file mode 100644
index 3fa80452f6..0000000000
--- a/packages/sharp-binary-only/sharp-compat-libs_0.5.bb
+++ /dev/null
@@ -1,81 +0,0 @@
-DESCRIPTION = "Allows applications compiled with 2.95 to run on a 3.x compiled \
-system by providing 2.95 libraries. To run compatible programs, use the Compat \
-Library program in the Settings menu to make them use these libraries."
-SECTION = "opie/settings"
-PRIORITY = "optional"
-DEPENDS = "opie-sh"
-RDEPENDS = "opie-sh"
-RPROVIDES = "oz-compat"
-RCONFLICTS = "oz-compat"
-LICENSE = "GPL"
-PR = "r2"
-
-EXCLUDE_FROM_SHLIBS = "1"
-COMPATIBLE_HOST = "arm.*-linux"
-
-SRC_URI = "http://openzaurus.org/mirror/oz-compat_0.5.tar.gz \
- file://hentges.patch;patch=1 \
- file://qt2310.patch;patch=1"
-
-S = "${WORKDIR}/oz-compat-0.5"
-
-inherit update-rc.d
-
-INITSCRIPT_NAME = "quickexec"
-INITSCRIPT_PARAMS = "defaults 10"
-
-do_install() {
- install -d ${D}${palmtopdir}/apps/Settings
- install -d ${D}${palmtopdir}/bin/
- install -d ${D}${palmtopdir}/etc/
- install -d ${D}${palmtopdir}/pics/
-
- install -d ${D}/opt/QtPalmtop.compat/bin
- install -d ${D}/opt/QtPalmtop.compat/binlib
- install -d ${D}/opt/QtPalmtop.compat/lib
-
- install -d ${D}${sysconfdir}/init.d
-
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/apps/Settings/makecompat.desktop ${D}${palmtopdir}/apps/Settings
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/etc/quickexec.libs ${D}${palmtopdir}/etc/quickexec.libs
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/pics/libraries.png ${D}${palmtopdir}/pics/libraries.png
-
- install -m 0755 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop.compat/bin/* ${D}/opt/QtPalmtop.compat/bin
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop.compat/lib/* ${D}/opt/QtPalmtop.compat/lib
-
- install -m 0755 ${WORKDIR}/oz-compat-0.5/etc/init.d/quickexec ${D}${sysconfdir}/init.d
-
- cd ${D}${palmtopdir}/bin
- for file in chkhinge makecompat qeserver quickexec runcompat
- do
- ln -s /opt/QtPalmtop.compat/bin/$file
- done
-
- cd ${D}/opt/QtPalmtop.compat/lib
- ln -s libqpe.so.1.5.0 libqpe.so.1.5
- ln -s libqpe.so.1.5.0 libqpe.so.1
- ln -s libqpe.so.1.5.0 libqpe.so
-
- ln -s libqte.so.2.3.7 libqte.so.2.3.2
- ln -s libqte.so.2.3.7 libqte.so.2.3
- ln -s libqte.so.2.3.7 libqte.so.2
- ln -s libqte.so.2.3.7 libqte.so
-
-
-}
-
-pkg_postinst() {
-test -n "$D" && exit 1
-
-# needed for update-rc.d
-test -e /media/card/etc/init.d/quickexec && ln -s /media/card/etc/init.d/quickexec /etc/init.d/quickexec
-test -e /media/cf/etc/init.d/quickexec && ln -s /media/cf/etc/init.d/quickexec /etc/init.d/quickexec
-test -e /media/ram/etc/init.d/quickexec && ln -s /media/ram/etc/init.d/quickexec /etc/init.d/quickexec
-}
-
-pkg_postrm() {
- test -e /etc/init.d/quickexec && rm /etc/init.d/quickexec
-}
-
-FILES_${PN} += "/opt /etc"
-LEAD_SONAME = "libqte.so.*"