diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-11 18:08:35 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-11 18:08:35 +0000 |
commit | 8b4ff738bb584c41dceb9ae1b0906bf67e899cbb (patch) | |
tree | d78d19b52d7ea00fe7bfef60976dc1c059972fec /libopieobex | |
parent | b18af1d053bb66991c725cd35dccd5b96eeaabf1 (diff) |
correct depends/rdepends for libopieobex
BKrev: 4193aaa3LW80Cg5FEM33-wDvCz2Q-w
Diffstat (limited to 'libopieobex')
-rw-r--r-- | libopieobex/libopieobex0_1.1.6.oe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libopieobex/libopieobex0_1.1.6.oe b/libopieobex/libopieobex0_1.1.6.oe index e69de29bb2..dd8c915b7c 100644 --- a/libopieobex/libopieobex0_1.1.6.oe +++ b/libopieobex/libopieobex0_1.1.6.oe @@ -0,0 +1,23 @@ +DESCRIPTION = "IrDA obex support library" +SECTION = "opie/libs" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "LGPL" +DEPENDS = "opie-taskbar" +RDEPENDS = "openobex-apps" +APPNAME = "obex" + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/core/obex \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics" +S = "${WORKDIR}/obex" + +inherit opie + +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ ${D}${palmtopdir}/plugins/obex/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ + oe_libinstall -so libopieobex ${D}${palmtopdir}/plugins/obex/ +} + +FILES_${PN} = "${palmtopdir}/plugins/obex/ ${palmtopdir}/pics/obex/" |