ncurses: add xterm terminfo file back
[openembedded.git] / recipes / opie-today / opie-today.inc
1 DESCRIPTION = "Today screen application"
2 SECTION = "opie/pim"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 APPNAME = "today"
6
7
8 S = "${WORKDIR}/${APPNAME}"
9
10 inherit opie
11
12 # FILES plugins/application/libtoday.so* bin/today apps/1Pim/today.desktop pics/today/* 
13 do_install() {
14         install -d ${D}${palmtopdir}/pics/${APPNAME}/
15         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
16 }
17