diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-03 14:39:00 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-03 14:39:00 +0000 |
commit | b774d1c8722cedd6fcf2e5bfc316b23a304124e0 (patch) | |
tree | 3369b79b195e48fca5d6d92845a6e9891f8526f3 /opie-sheet | |
parent | fd6136d7dc3e4c4060e2cde0b9a9e5f83ef7f77b (diff) |
bump version number of all opie_cvs packages to 1.1.4-cvs-${CVSDATE}
BKrev: 40965984V9w4ol1T0uuHv6DQXDq-ag
Diffstat (limited to 'opie-sheet')
-rw-r--r-- | opie-sheet/opie-sheet_cvs.oe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/opie-sheet/opie-sheet_cvs.oe b/opie-sheet/opie-sheet_cvs.oe index e69de29bb2..21161433e3 100644 --- a/opie-sheet/opie-sheet_cvs.oe +++ b/opie-sheet/opie-sheet_cvs.oe @@ -0,0 +1,23 @@ +DESCRIPTION = "Opie Sheet" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "libopiecore2" +PV = "1.1.4-cvs-${CVSDATE}" +APPNAME = "opie-sheet" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/opie-sheet;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}" + +S = "${WORKDIR}/opie-sheet" + +inherit opie + +# FILES plugins/application/libsheetqt.so* bin/sheetqt apps/Applications/opie-sheet.desktop help/en/html/sheetqt.html pics/opie-sheet/*.png +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + |