diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-14 10:37:23 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-14 10:37:23 +0000 |
commit | c4bd7c70d3f8b8e1c96eef8199dbf0cded2b182e (patch) | |
tree | 084ee42bda43a67e430e2d21163e943321ef423d /opie-qcop/opie-qcop_cvs.oe | |
parent | fab001926a9004696a48b68565fd9758766f4045 (diff) |
set MAINTAINER to Team Opie
BKrev: 411deb63CGM69sBO_Jl1RVYFHOs0Og
Diffstat (limited to 'opie-qcop/opie-qcop_cvs.oe')
-rw-r--r-- | opie-qcop/opie-qcop_cvs.oe | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/opie-qcop/opie-qcop_cvs.oe b/opie-qcop/opie-qcop_cvs.oe index 086beadfd0..ea0c07e519 100644 --- a/opie-qcop/opie-qcop_cvs.oe +++ b/opie-qcop/opie-qcop_cvs.oe @@ -1,17 +1,14 @@ DESCRIPTION = "Opie QCOP IPC Client" SECTION = "opie/base" PRIORITY = "optional" -MAINTAINER = "Greg Gilbert <greg@treke.net>" +MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" -DEPENDS = "libqpe-opie" PV = "1.0.0-cvs-${CVSDATE}" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/qcop" S = "${WORKDIR}/qcop" -inherit palmtop - -EXTRA_QMAKEVARS_POST = 'DESTDIR="${S}"' +inherit opie do_install() { install -d ${D}/${palmtopdir}/bin/ |