Enlightenment-x11 meta for building.
[vuplus_openembedded] / opie-qashmoney / opie-qashmoney_cvs.oe
index e69de29..b8af94c 100644 (file)
@@ -0,0 +1,23 @@
+DESCRIPTION = "QashMoney"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+PV = "1.1.6+cvs-${CVSDATE}"
+APPNAME = "qashmoney"
+APPTYPE = "binary"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/qashmoney \
+           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
+           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps"
+
+S = "${WORKDIR}/qashmoney"
+
+inherit opie
+
+# FILES
+do_install() {
+        install -d ${D}${palmtopdir}/pics/${APPNAME}/
+        install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+}
+