diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-12-05 14:04:07 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-12-05 14:04:07 +0000 |
commit | 281bf7b590deb01fb8bcc23883db4b0e1d5a4e1e (patch) | |
tree | 506f7345c0c49cefa8cd756ffff21b56455379c6 /oz-compat/oz-compat_0.5.oe | |
parent | c1d579158b5e85e6d0bbbe6d33fa5937e35263d4 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/05 15:04:00+01:00 uni-frankfurt.de!mickeyl
exlude oz-compat from world
BKrev: 41b31557oJUiD6LA2Yrpxd30_M3kBw
Diffstat (limited to 'oz-compat/oz-compat_0.5.oe')
-rw-r--r-- | oz-compat/oz-compat_0.5.oe | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/oz-compat/oz-compat_0.5.oe b/oz-compat/oz-compat_0.5.oe index e86e4489b7..d5ac98a6e4 100644 --- a/oz-compat/oz-compat_0.5.oe +++ b/oz-compat/oz-compat_0.5.oe @@ -3,26 +3,25 @@ DESCRIPTION = "Allows applications compiled with 2.95 to run on a 3.2 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." PRIORITY = "optional" +RDEPENDS = "opie-sh" MAINTAINER = "Tim Ansell <mithro AT mithis.net>" LICENSE = "GPL" +PR = "r2" -PR = "r1" +EXCLUDE_FROM_WORLD = "1" SRC_URI = "http://openzaurus.org/mirror/oz-compat_0.5.tar.gz \ file://hentges.patch;patch=0" -FILES_${PN} += "/opt /etc" -PACKAGES = "oz-compat" - -RDEPENDS = "opie-sh" - -LEAD_SONAME = "libqte.so.*" - inherit update-rc.d INITSCRIPT_NAME = "quickexec" INITSCRIPT_PARAMS = "defaults 10" +do_configure() { + rm ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop.compat/bin/*.patch +} + do_install() { install -d ${D}/opt/QtPalmtop/apps/Settings install -d ${D}/opt/QtPalmtop/bin/ @@ -63,10 +62,6 @@ do_install() { } -do_configure() { - rm ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop.compat/bin/*.patch -} - pkg_postinst() { test -n "$D" && exit 1 @@ -80,5 +75,7 @@ pkg_postrm() { test -e /etc/init.d/quickexec && rm /etc/init.d/quickexec } - +FILES_${PN} += "/opt /etc" +PACKAGES = "oz-compat" +LEAD_SONAME = "libqte.so.*" |