diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-19 13:39:08 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-19 13:39:08 +0000 |
commit | 4f2cc80be3c055faa6f0f6b566c0f138e3c333d0 (patch) | |
tree | e12e66cca35e7bea8128a652c2f092a6825cf8d0 | |
parent | 6b82c5f56cebcd04b61e5174f45866f1e149bef5 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages
2004/09/19 15:37:19+02:00 hrw.one.pl!hrw
opie-console: install missing pictures
depend on opie-keytabs
BKrev: 414d8bfc23EfPwMiR5nL1_LzgBGtDg
-rw-r--r-- | opie-console/opie-console_1.1.6.oe | 24 | ||||
-rw-r--r-- | opie-console/opie-console_cvs.oe | 2 |
2 files changed, 26 insertions, 0 deletions
diff --git a/opie-console/opie-console_1.1.6.oe b/opie-console/opie-console_1.1.6.oe index e69de29bb2..cb93f8eb15 100644 --- a/opie-console/opie-console_1.1.6.oe +++ b/opie-console/opie-console_1.1.6.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "Opie Console" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "GPL" +RDEPENDS = "opie-keytabs" +PR = "r1" + +APPNAME = "opie-console" +APPTYPE = binary + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/apps/${APPNAME} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps" +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +do_install() { + install -d ${D}/${palmtopdir}/pics/console/keys/ + install -m 0644 ${WORKDIR}/pics/console/*.png ${D}/${palmtopdir}/pics/console/ + install -m 0644 ${WORKDIR}/pics/console/keys/*.png ${D}/${palmtopdir}/pics/console/keys/ +} diff --git a/opie-console/opie-console_cvs.oe b/opie-console/opie-console_cvs.oe index 8ef96ab88d..1f8e1db138 100644 --- a/opie-console/opie-console_cvs.oe +++ b/opie-console/opie-console_cvs.oe @@ -3,7 +3,9 @@ SECTION = "opie/applications" PRIORITY = "optional" MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" +RDEPENDS = "opie-keytabs" PV = "1.1.5-cvs-${CVSDATE}" +PR = "r1" APPNAME = "opie-console" APPTYPE = binary |