base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES
[openembedded.git] / recipes / notez / notez_1.1.0.bb
blob99fc83ae760fa804488b3d95c61c584952cd4389
1 DESCRIPTION = "simple note-taking application"
2 SECTION = "opie/applications"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 AUTHOR = "Henning Holtschneider <hh@holtschneider.com>"
6 HOMEPAGE = "http://www.holtschneider.com/notez/"
7 APPNAME = "notez"
8 APPTYPE = "binary"
9 APPDESKTOP = "${S}"
10 PR = "r1"
12 SRC_URI = "http://www.holtschneider.com/notez/notez-${PV}.tar.gz \
13 file://use-homedir.patch \
14 file://fix-encoding.patch"
16 inherit opie
18 do_install () {
19 install -d ${D}${palmtopdir}/pics/
20 install -m 0644 notez.png ${D}${palmtopdir}/pics/noteZ.png
24 SRC_URI[md5sum] = "c348a626fc09265fa74a12470c83c113"
25 SRC_URI[sha256sum] = "11ee0a660faca7993a2f525d2964391d135b9552d9e94abad6cb6c5f3983f964"