DESCRIPTION = "A Wireless Network Monitor" SECTION = "opie/applications" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" RRECOMMENDS = "manufacturers" PR = "r3" APPNAME = "wellenreiter" APPTYPE = "binary" CVSDATE = "20041015" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/wellenreiter;date=20040504 \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=20040504 \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=20040504" S = "${WORKDIR}/wellenreiter" inherit opie do_install() { install -d ${D}/${palmtopdir}/pics/${APPNAME}/ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.* ${D}${palmtopdir}/pics/${APPNAME}/ }